Html Css Color HEX #D02104 Harley Davidson Orange

📋 copy color: '#D02104'

red 208 ◦ green 33 ◦ blue 4

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

Shades of Harley Davidson Orange #D02104

Tints of Harley Davidson Orange #D02104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 84.9%
G = 13.47%
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

#D02104 (or 0xD02104) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 04. RGB value is (208,33,4). Sum of RGB (Red+Green+Blue) = 208+33+4=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D02104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02104 is #2FDEFB. Grayscale: #525252. Windows color (decimal): -3137276 or 270800. OLE color: 270800.

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

Color convert

RGB 208 33 4 -
CMYK 0 0.84 0.98 0.18
HSL 8.53º 0.96% 0.42% -
HSV(B) 8.53º 0.98% 0.82% -
XYZ 26.58 14.51 1.51 -
YUV 82.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 208 33 4 0 0.84 0.98 0.18 8.53 0.96 0.42
Hex D0 21 4 0 54 62 12 9 60 2A
Octal 320 41 4 0 124 142 22 11 140 52
Binary 11010000 100001 100 0 1010100 1100010 10010 1001 1100000 101010

Color Harmonies of #D02104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02104

Black with #D02104

Text Example


Text Example

White with #D02104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02104; }

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

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

background-color css

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

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

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

border-color css

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

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

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