Html Css Color HEX #D02204 Harley Davidson Orange

📋 copy color: '#D02204'

red 208 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #D02204

Tints of Harley Davidson Orange #D02204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 84.55%
G = 13.82%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D02204 (or 0xD02204) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 04. RGB value is (208,34,4). Sum of RGB (Red+Green+Blue) = 208+34+4=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D02204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02204 is #2FDDFB. Grayscale: #525252. Windows color (decimal): -3137020 or 271056. OLE color: 271056.

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

Color convert

RGB 208 34 4 -
CMYK 0 0.84 0.98 0.18
HSL 8.82º 0.96% 0.42% -
HSV(B) 8.82º 0.98% 0.82% -
XYZ 26.61 14.56 1.52 -
YUV 82.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 208 34 4 0 0.84 0.98 0.18 8.82 0.96 0.42
Hex D0 22 4 0 54 62 12 9 60 2A
Octal 320 42 4 0 124 142 22 11 140 52
Binary 11010000 100010 100 0 1010100 1100010 10010 1001 1100000 101010

Color Harmonies of #D02204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02204

Black with #D02204

Text Example


Text Example

White with #D02204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02204; }

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

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

background-color css

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

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

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

border-color css

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

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

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