Html Css Color HEX #D02200 Harley Davidson Orange

📋 copy color: '#D02200'

red 208 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #D02200

Tints of Harley Davidson Orange #D02200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.95%
G = 14.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D02200 (or 0xD02200) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 00. RGB value is (208,34,0). Sum of RGB (Red+Green+Blue) = 208+34+0=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D02200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02200 is #2FDDFF. Grayscale: #525252. Windows color (decimal): -3137024 or 8912. OLE color: 8912.

HSL color Cylindrical-coordinate representation of color #D02200: hue angle of 9.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 0 -
CMYK 0 0.84 1 0.18
HSL 9.81º 1% 0.41% -
HSV(B) 9.81º 1% 0.82% -
XYZ 26.58 14.55 1.41 -
YUV 82.15 81.65 217.76 -
System Red Green Blue C M Y K H S L
Decimal 208 34 0 0 0.84 1 0.18 9.81 1 0.41
Hex D0 22 0 0 54 64 12 A 64 29
Octal 320 42 0 0 124 144 22 12 144 51
Binary 11010000 100010 0 0 1010100 1100100 10010 1010 1100100 101001

Color Harmonies of #D02200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02200

Black with #D02200

Text Example


Text Example

White with #D02200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02200; }

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

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

background-color css

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

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

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

border-color css

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

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

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