Html Css Color HEX #D04418 Harley Davidson Orange

📋 copy color: '#D04418'

red 208 ◦ green 68 ◦ blue 24

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

Shades of Harley Davidson Orange #D04418

Tints of Harley Davidson Orange #D04418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 69.33%
G = 22.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D04418 (or 0xD04418) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 18. RGB value is (208,68,24). Sum of RGB (Red+Green+Blue) = 208+68+24=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D04418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04418 is #2FBBE7. Grayscale: #696969. Windows color (decimal): -3128296 or 1590480. OLE color: 1590480.

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

Color convert

RGB 208 68 24 -
CMYK 0 0.67 0.88 0.18
HSL 14.35º 0.79% 0.45% -
HSV(B) 14.35º 0.88% 0.82% -
XYZ 28.24 17.61 2.77 -
YUV 104.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 208 68 24 0 0.67 0.88 0.18 14.35 0.79 0.45
Hex D0 44 18 0 43 58 12 E 4F 2D
Octal 320 104 30 0 103 130 22 16 117 55
Binary 11010000 1000100 11000 0 1000011 1011000 10010 1110 1001111 101101

Color Harmonies of #D04418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04418

Black with #D04418

Text Example


Text Example

White with #D04418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04418; }

 p { color: rgb(208,68,24); }

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

background-color css

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

 a { background-color: rgb(208,68,24); }

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

border-color css

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

 span { border-color: rgb(208,68,24); }

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