Html Css Color HEX #D32311 Harley Davidson Orange

📋 copy color: '#D32311'

red 211 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #D32311

Tints of Harley Davidson Orange #D32311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

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

R = 80.23%
G = 13.31%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D32311 (or 0xD32311) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 11. RGB value is (211,35,17). Sum of RGB (Red+Green+Blue) = 211+35+17=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D32311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32311 is #2CDCEE. Grayscale: #555555. Windows color (decimal): -2940143 or 1123283. OLE color: 1123283.

HSL color Cylindrical-coordinate representation of color #D32311: hue angle of 5.57º degrees, saturation: 0.85, 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 #D32311 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 17 -
CMYK 0 0.83 0.92 0.17
HSL 5.57º 0.85% 0.45% -
HSV(B) 5.57º 0.92% 0.83% -
XYZ 27.57 15.09 1.99 -
YUV 85.57 89.31 217.46 -
System Red Green Blue C M Y K H S L
Decimal 211 35 17 0 0.83 0.92 0.17 5.57 0.85 0.45
Hex D3 23 11 0 53 5C 11 6 55 2D
Octal 323 43 21 0 123 134 21 6 125 55
Binary 11010011 100011 10001 0 1010011 1011100 10001 110 1010101 101101

Color Harmonies of #D32311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32311

Black with #D32311

Text Example


Text Example

White with #D32311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32311; }

 p { color: rgb(211,35,17); }

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

background-color css

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

 a { background-color: rgb(211,35,17); }

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

border-color css

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

 span { border-color: rgb(211,35,17); }

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