#dc3903

Color #DC3903 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DC3903

Tints of Harley Davidson Orange #DC3903

Color information

#DC3903 (or 0xDC3903) is unknown color: approx Harley Davidson Orange. HEX triplet: DC, 39 and 03. RGB value is (220,57,3). Sum of RGB (Red+Green+Blue) = 220+57+3=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3903 is #23C6FC. Grayscale: #636363. Windows color (decimal): -2344701 or 211420. OLE color: 211420.

HSL color Cylindrical-coordinate representation of color #DC3903: hue angle of 14.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC3903 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB220573-
CMYK00.740.990.14
HSL14.93º97.31%43.73%-
HSV(B)14.93º98.64%86.27%-
XYZ30.9918.151.96-
YUV99.5873.5213.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 78.57%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=78.57%
G=20.36%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22057300.740.990.1414.9397.3143.73
HexDC39304A63Ef612c
Octal3347130112143161714154
Binary1101110011100111010010101100011111011111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3903; }

 p { color: rgb(220,57,3); }

 H1.HeaderClassName
 {
   color: #dc3903;
 }
 .AnyTagClassName
 {
   color: #dc3903;
 }
</style>
background-color css

<style>
 a { background-color: #dc3903; }

 a { background-color: rgb(220,57,3); }

 div.DivClassName
 {
   background-color: #dc3903;
 }
 .BgClassName
 {
   background-color: #dc3903;
 }
</style>
border-color css

<style>
 span { border-color: #dc3903; }

 span { border-color: rgb(220,57,3); }

 td.TdClassName
 {
   border-color: #dc3903;
 }
 .TagClassName
 {
   border-color: #dc3903;
 }
</style>