Html Css Color HEX #D32212 Harley Davidson Orange

📋 copy color: '#D32212'

red 211 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #D32212

Tints of Harley Davidson Orange #D32212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 80.23%
G = 12.93%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D32212 (or 0xD32212) is known color: Harley Davidson Orange. HEX triplet: D3, 22 and 12. RGB value is (211,34,18). Sum of RGB (Red+Green+Blue) = 211+34+18=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D32212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32212 is #2CDDED. Grayscale: #555555. Windows color (decimal): -2940398 or 1188563. OLE color: 1188563.

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

Color convert

RGB 211 34 18 -
CMYK 0 0.84 0.91 0.17
HSL 4.97º 0.84% 0.45% -
HSV(B) 4.97º 0.91% 0.83% -
XYZ 27.55 15.04 2.02 -
YUV 85.1 90.14 217.8 -
System Red Green Blue C M Y K H S L
Decimal 211 34 18 0 0.84 0.91 0.17 4.97 0.84 0.45
Hex D3 22 12 0 54 5B 11 5 54 2D
Octal 323 42 22 0 124 133 21 5 124 55
Binary 11010011 100010 10010 0 1010100 1011011 10001 101 1010100 101101

Color Harmonies of #D32212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32212

Black with #D32212

Text Example


Text Example

White with #D32212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32212; }

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

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

background-color css

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

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

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

border-color css

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

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

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