Html Css Color HEX #D04C19 Harley Davidson Orange

📋 copy color: '#D04C19'

red 208 ◦ green 76 ◦ blue 25

#D04C19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D04C19

Tints of Harley Davidson Orange #D04C19

RGB

 RED value IS 208 (81.64% from 255) = 67.31%

 GREEN value IS 76 (30.08% from 255) = 24.6%

 BLUE value IS 25 (10.16% from 255) = 8.09%

R = 67.31%
G = 24.6%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04C19 (or 0xD04C19) is known color: Harley Davidson Orange. HEX triplet: D0, 4C and 19. RGB value is (208,76,25). Sum of RGB (Red+Green+Blue) = 208+76+25=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C19 is #2FB3E6. Grayscale: #6D6D6D. Windows color (decimal): -3126247 or 1658064. OLE color: 1658064.

HSL color Cylindrical-coordinate representation of color #D04C19: hue angle of 16.72º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D04C19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 25 -
CMYK 0 0.63 0.88 0.18
HSL 16.72º 0.79% 0.46% -
HSV(B) 16.72º 0.88% 0.82% -
XYZ 28.77 18.65 3 -
YUV 109.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 208 76 25 0 0.63 0.88 0.18 16.72 0.79 0.46
Hex D0 4C 19 0 3F 58 12 11 4F 2E
Octal 320 114 31 0 77 130 22 21 117 56
Binary 11010000 1001100 11001 0 111111 1011000 10010 10001 1001111 101110

Color Harmonies of #D04C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C19

Black with #D04C19

Text Example


Text Example

White with #D04C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C19; }

 p { color: rgb(208,76,25); }

 H1.HeaderClassName
 {
   color: #D04C19;
 }
 .AnyTagClassName
 {
   color: #D04C19;
 }
</style>

background-color css

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

 a { background-color: rgb(208,76,25); }

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

border-color css

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

 span { border-color: rgb(208,76,25); }

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