Html Css Color HEX #D32011 Harley Davidson Orange

📋 copy color: '#D32011'

red 211 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #D32011

Tints of Harley Davidson Orange #D32011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 81.15%
G = 12.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D32011 (or 0xD32011) is known color: Harley Davidson Orange. HEX triplet: D3, 20 and 11. RGB value is (211,32,17). Sum of RGB (Red+Green+Blue) = 211+32+17=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D32011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32011 is #2CDFEE. Grayscale: #545454. Windows color (decimal): -2940911 or 1122515. OLE color: 1122515.

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

Color convert

RGB 211 32 17 -
CMYK 0 0.85 0.92 0.17
HSL 4.64º 0.85% 0.45% -
HSV(B) 4.64º 0.92% 0.83% -
XYZ 27.48 14.92 1.96 -
YUV 83.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 211 32 17 0 0.85 0.92 0.17 4.64 0.85 0.45
Hex D3 20 11 0 55 5C 11 5 55 2D
Octal 323 40 21 0 125 134 21 5 125 55
Binary 11010011 100000 10001 0 1010101 1011100 10001 101 1010101 101101

Color Harmonies of #D32011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32011

Black with #D32011

Text Example


Text Example

White with #D32011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32011; }

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

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

background-color css

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

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

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

border-color css

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

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

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