Html Css Color HEX #D24A18 Harley Davidson Orange

📋 copy color: '#D24A18'

red 210 ◦ green 74 ◦ blue 24

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

Shades of Harley Davidson Orange #D24A18

Tints of Harley Davidson Orange #D24A18

RGB

 RED value IS 210 (82.42% from 255) = 68.18%

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 68.18%
G = 24.03%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D24A18 (or 0xD24A18) is known color: Harley Davidson Orange. HEX triplet: D2, 4A and 18. RGB value is (210,74,24). Sum of RGB (Red+Green+Blue) = 210+74+24=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A18 is #2DB5E7. Grayscale: #6D6D6D. Windows color (decimal): -2995688 or 1592018. OLE color: 1592018.

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

Color convert

RGB 210 74 24 -
CMYK 0 0.65 0.89 0.18
HSL 16.13º 0.79% 0.46% -
HSV(B) 16.13º 0.89% 0.82% -
XYZ 29.19 18.67 2.93 -
YUV 108.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 210 74 24 0 0.65 0.89 0.18 16.13 0.79 0.46
Hex D2 4A 18 0 41 59 12 10 4F 2E
Octal 322 112 30 0 101 131 22 20 117 56
Binary 11010010 1001010 11000 0 1000001 1011001 10010 10000 1001111 101110

Color Harmonies of #D24A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A18

Black with #D24A18

Text Example


Text Example

White with #D24A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A18; }

 p { color: rgb(210,74,24); }

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

background-color css

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

 a { background-color: rgb(210,74,24); }

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

border-color css

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

 span { border-color: rgb(210,74,24); }

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