Html Css Color HEX #D32200 Harley Davidson Orange

📋 copy color: '#D32200'

red 211 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #D32200

Tints of Harley Davidson Orange #D32200

RGB

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

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

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

R = 86.12%
G = 13.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D32200 (or 0xD32200) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 00. RGB value is (211,34,0). Sum of RGB (Red+Green+Blue) = 211+34+0=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D32200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32200 is #2CDDFF. Grayscale: #535353. Windows color (decimal): -2940416 or 8915. OLE color: 8915.

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

Color convert

RGB 211 34 0 -
CMYK 0 0.84 1 0.17
HSL 9.67º 1% 0.41% -
HSV(B) 9.67º 1% 0.83% -
XYZ 27.44 14.99 1.45 -
YUV 83.05 81.14 219.26 -
System Red Green Blue C M Y K H S L
Decimal 211 34 0 0 0.84 1 0.17 9.67 1 0.41
Hex D3 22 0 0 54 64 11 A 64 29
Octal 323 42 0 0 124 144 21 12 144 51
Binary 11010011 100010 0 0 1010100 1100100 10001 1010 1100100 101001

Color Harmonies of #D32200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32200

Black with #D32200

Text Example


Text Example

White with #D32200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32200; }

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

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

background-color css

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

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

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

border-color css

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

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

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