Html Css Color HEX #D02A18 Harley Davidson Orange

📋 copy color: '#D02A18'

red 208 ◦ green 42 ◦ blue 24

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

Shades of Harley Davidson Orange #D02A18

Tints of Harley Davidson Orange #D02A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

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

R = 75.91%
G = 15.33%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D02A18 (or 0xD02A18) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 18. RGB value is (208,42,24). Sum of RGB (Red+Green+Blue) = 208+42+24=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02A18 is #2FD5E7. Grayscale: #595959. Windows color (decimal): -3134952 or 1583824. OLE color: 1583824.

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

Color convert

RGB 208 42 24 -
CMYK 0 0.80 0.88 0.18
HSL 5.87º 0.79% 0.45% -
HSV(B) 5.87º 0.88% 0.82% -
XYZ 27.01 15.13 2.36 -
YUV 89.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 208 42 24 0 0.80 0.88 0.18 5.87 0.79 0.45
Hex D0 2A 18 0 50 58 12 6 4F 2D
Octal 320 52 30 0 120 130 22 6 117 55
Binary 11010000 101010 11000 0 1010000 1011000 10010 110 1001111 101101

Color Harmonies of #D02A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A18

Black with #D02A18

Text Example


Text Example

White with #D02A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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