Html Css Color HEX #D02404 Harley Davidson Orange

📋 copy color: '#D02404'

red 208 ◦ green 36 ◦ blue 4

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

Shades of Harley Davidson Orange #D02404

Tints of Harley Davidson Orange #D02404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 83.87%
G = 14.52%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D02404 (or 0xD02404) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 04. RGB value is (208,36,4). Sum of RGB (Red+Green+Blue) = 208+36+4=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D02404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02404 is #2FDBFB. Grayscale: #545454. Windows color (decimal): -3136508 or 271568. OLE color: 271568.

HSL color Cylindrical-coordinate representation of color #D02404: hue angle of 9.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D02404 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 36 4 -
CMYK 0 0.83 0.98 0.18
HSL 9.41º 0.96% 0.42% -
HSV(B) 9.41º 0.98% 0.82% -
XYZ 26.67 14.68 1.54 -
YUV 83.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 208 36 4 0 0.83 0.98 0.18 9.41 0.96 0.42
Hex D0 24 4 0 53 62 12 9 60 2A
Octal 320 44 4 0 123 142 22 11 140 52
Binary 11010000 100100 100 0 1010011 1100010 10010 1001 1100000 101010

Color Harmonies of #D02404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02404

Black with #D02404

Text Example


Text Example

White with #D02404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02404; }

 p { color: rgb(208,36,4); }

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

background-color css

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

 a { background-color: rgb(208,36,4); }

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

border-color css

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

 span { border-color: rgb(208,36,4); }

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