Html Css Color HEX #D32506 Harley Davidson Orange

📋 copy color: '#D32506'

red 211 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #D32506

Tints of Harley Davidson Orange #D32506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 83.07%
G = 14.57%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D32506 (or 0xD32506) is known color: Harley Davidson Orange. HEX triplet: D3, 25 and 06. RGB value is (211,37,6). Sum of RGB (Red+Green+Blue) = 211+37+6=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D32506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32506 is #2CDAF9. Grayscale: #555555. Windows color (decimal): -2939642 or 402899. OLE color: 402899.

HSL color Cylindrical-coordinate representation of color #D32506: hue angle of 9.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D32506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 37 6 -
CMYK 0 0.82 0.97 0.17
HSL 9.07º 0.94% 0.43% -
HSV(B) 9.07º 0.97% 0.83% -
XYZ 27.56 15.19 1.65 -
YUV 85.49 83.15 217.52 -
System Red Green Blue C M Y K H S L
Decimal 211 37 6 0 0.82 0.97 0.17 9.07 0.94 0.43
Hex D3 25 6 0 52 61 11 9 5E 2B
Octal 323 45 6 0 122 141 21 11 136 53
Binary 11010011 100101 110 0 1010010 1100001 10001 1001 1011110 101011

Color Harmonies of #D32506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32506

Black with #D32506

Text Example


Text Example

White with #D32506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32506; }

 p { color: rgb(211,37,6); }

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

background-color css

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

 a { background-color: rgb(211,37,6); }

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

border-color css

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

 span { border-color: rgb(211,37,6); }

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