Html Css Color HEX #D04219 Harley Davidson Orange

📋 copy color: '#D04219'

red 208 ◦ green 66 ◦ blue 25

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

Shades of Harley Davidson Orange #D04219

Tints of Harley Davidson Orange #D04219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 69.57%
G = 22.07%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04219 (or 0xD04219) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 19. RGB value is (208,66,25). Sum of RGB (Red+Green+Blue) = 208+66+25=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04219 is #2FBDE6. Grayscale: #686868. Windows color (decimal): -3128807 or 1655504. OLE color: 1655504.

HSL color Cylindrical-coordinate representation of color #D04219: hue angle of 13.44º 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 #D04219 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 25 -
CMYK 0 0.68 0.88 0.18
HSL 13.44º 0.79% 0.46% -
HSV(B) 13.44º 0.88% 0.82% -
XYZ 28.14 17.38 2.79 -
YUV 103.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 208 66 25 0 0.68 0.88 0.18 13.44 0.79 0.46
Hex D0 42 19 0 44 58 12 D 4F 2E
Octal 320 102 31 0 104 130 22 15 117 56
Binary 11010000 1000010 11001 0 1000100 1011000 10010 1101 1001111 101110

Color Harmonies of #D04219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04219

Black with #D04219

Text Example


Text Example

White with #D04219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04219; }

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

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

background-color css

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

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

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

border-color css

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

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

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