Html Css Color HEX #D22101 Harley Davidson Orange

📋 copy color: '#D22101'

red 210 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #D22101

Tints of Harley Davidson Orange #D22101

RGB

 RED value IS 210 (82.42% from 255) = 86.07%

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

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

R = 86.07%
G = 13.52%
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

#D22101 (or 0xD22101) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 01. RGB value is (210,33,1). Sum of RGB (Red+Green+Blue) = 210+33+1=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D22101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22101 is #2DDEFE. Grayscale: #525252. Windows color (decimal): -3006207 or 74194. OLE color: 74194.

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

Color convert

RGB 210 33 1 -
CMYK 0 0.84 1.00 0.18
HSL 9.19º 0.99% 0.41% -
HSV(B) 9.19º 1% 0.82% -
XYZ 27.13 14.79 1.45 -
YUV 82.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 210 33 1 0 0.84 1.00 0.18 9.19 0.99 0.41
Hex D2 21 1 0 54 64 12 9 63 29
Octal 322 41 1 0 124 144 22 11 143 51
Binary 11010010 100001 1 0 1010100 1100100 10010 1001 1100011 101001

Color Harmonies of #D22101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22101

Black with #D22101

Text Example


Text Example

White with #D22101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22101; }

 p { color: rgb(210,33,1); }

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

background-color css

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

 a { background-color: rgb(210,33,1); }

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

border-color css

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

 span { border-color: rgb(210,33,1); }

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