Html Css Color HEX #D32B05 Harley Davidson Orange

📋 copy color: '#D32B05'

red 211 ◦ green 43 ◦ blue 5

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

Shades of Harley Davidson Orange #D32B05

Tints of Harley Davidson Orange #D32B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 81.47%
G = 16.6%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D32B05 (or 0xD32B05) is known color: Harley Davidson Orange. HEX triplet: D3, 2B and 05. RGB value is (211,43,5). Sum of RGB (Red+Green+Blue) = 211+43+5=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32B05 is #2CD4FA. Grayscale: #595959. Windows color (decimal): -2938107 or 338899. OLE color: 338899.

HSL color Cylindrical-coordinate representation of color #D32B05: hue angle of 11.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D32B05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 43 5 -
CMYK 0 0.80 0.98 0.17
HSL 11.07º 0.95% 0.42% -
HSV(B) 11.07º 0.98% 0.83% -
XYZ 27.76 15.59 1.69 -
YUV 88.9 80.66 215.09 -
System Red Green Blue C M Y K H S L
Decimal 211 43 5 0 0.80 0.98 0.17 11.07 0.95 0.42
Hex D3 2B 5 0 50 62 11 B 5F 2A
Octal 323 53 5 0 120 142 21 13 137 52
Binary 11010011 101011 101 0 1010000 1100010 10001 1011 1011111 101010

Color Harmonies of #D32B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32B05

Black with #D32B05

Text Example


Text Example

White with #D32B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32B05; }

 p { color: rgb(211,43,5); }

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

background-color css

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

 a { background-color: rgb(211,43,5); }

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

border-color css

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

 span { border-color: rgb(211,43,5); }

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