Html Css Color HEX #D02201 Harley Davidson Orange

📋 copy color: '#D02201'

red 208 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #D02201

Tints of Harley Davidson Orange #D02201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 85.6%
G = 13.99%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D02201 (or 0xD02201) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 01. RGB value is (208,34,1). Sum of RGB (Red+Green+Blue) = 208+34+1=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D02201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02201 is #2FDDFE. Grayscale: #525252. Windows color (decimal): -3137023 or 74448. OLE color: 74448.

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

Color convert

RGB 208 34 1 -
CMYK 0 0.84 1.00 0.18
HSL 9.57º 0.99% 0.41% -
HSV(B) 9.57º 1% 0.82% -
XYZ 26.59 14.56 1.44 -
YUV 82.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 208 34 1 0 0.84 1.00 0.18 9.57 0.99 0.41
Hex D0 22 1 0 54 64 12 A 63 29
Octal 320 42 1 0 124 144 22 12 143 51
Binary 11010000 100010 1 0 1010100 1100100 10010 1010 1100011 101001

Color Harmonies of #D02201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02201

Black with #D02201

Text Example


Text Example

White with #D02201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02201; }

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

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

background-color css

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

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

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

border-color css

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

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

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