Html Css Color HEX #D24211 Harley Davidson Orange

📋 copy color: '#D24211'

red 210 ◦ green 66 ◦ blue 17

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

Shades of Harley Davidson Orange #D24211

Tints of Harley Davidson Orange #D24211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 71.67%
G = 22.53%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D24211 (or 0xD24211) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 11. RGB value is (210,66,17). Sum of RGB (Red+Green+Blue) = 210+66+17=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D24211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24211 is #2DBDEE. Grayscale: #676767. Windows color (decimal): -2997743 or 1131218. OLE color: 1131218.

HSL color Cylindrical-coordinate representation of color #D24211: hue angle of 15.23º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D24211 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 17 -
CMYK 0 0.69 0.92 0.18
HSL 15.23º 0.85% 0.45% -
HSV(B) 15.23º 0.92% 0.82% -
XYZ 28.63 17.64 2.43 -
YUV 103.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 210 66 17 0 0.69 0.92 0.18 15.23 0.85 0.45
Hex D2 42 11 0 45 5C 12 F 55 2D
Octal 322 102 21 0 105 134 22 17 125 55
Binary 11010010 1000010 10001 0 1000101 1011100 10010 1111 1010101 101101

Color Harmonies of #D24211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24211

Black with #D24211

Text Example


Text Example

White with #D24211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24211; }

 p { color: rgb(210,66,17); }

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

background-color css

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

 a { background-color: rgb(210,66,17); }

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

border-color css

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

 span { border-color: rgb(210,66,17); }

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