Html Css Color HEX #D32210 Harley Davidson Orange

📋 copy color: '#D32210'

red 211 ◦ green 34 ◦ blue 16

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

Shades of Harley Davidson Orange #D32210

Tints of Harley Davidson Orange #D32210

RGB

 RED value IS 211 (82.81% from 255) = 80.84%

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 80.84%
G = 13.03%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D32210 (or 0xD32210) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 10. RGB value is (211,34,16). Sum of RGB (Red+Green+Blue) = 211+34+16=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D32210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32210 is #2CDDEF. Grayscale: #555555. Windows color (decimal): -2940400 or 1057491. OLE color: 1057491.

HSL color Cylindrical-coordinate representation of color #D32210: hue angle of 5.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D32210 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 34 16 -
CMYK 0 0.84 0.92 0.17
HSL 5.54º 0.86% 0.45% -
HSV(B) 5.54º 0.92% 0.83% -
XYZ 27.53 15.03 1.94 -
YUV 84.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 211 34 16 0 0.84 0.92 0.17 5.54 0.86 0.45
Hex D3 22 10 0 54 5C 11 6 56 2D
Octal 323 42 20 0 124 134 21 6 126 55
Binary 11010011 100010 10000 0 1010100 1011100 10001 110 1010110 101101

Color Harmonies of #D32210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32210

Black with #D32210

Text Example


Text Example

White with #D32210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32210; }

 p { color: rgb(211,34,16); }

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

background-color css

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

 a { background-color: rgb(211,34,16); }

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

border-color css

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

 span { border-color: rgb(211,34,16); }

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