Html Css Color HEX #D33506 Harley Davidson Orange

📋 copy color: '#D33506'

red 211 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #D33506

Tints of Harley Davidson Orange #D33506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 78.15%
G = 19.63%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D33506 (or 0xD33506) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 06. RGB value is (211,53,6). Sum of RGB (Red+Green+Blue) = 211+53+6=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D33506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33506 is #2CCAF9. Grayscale: #5F5F5F. Windows color (decimal): -2935546 or 406995. OLE color: 406995.

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

Color convert

RGB 211 53 6 -
CMYK 0 0.75 0.97 0.17
HSL 13.76º 0.94% 0.43% -
HSV(B) 13.76º 0.97% 0.83% -
XYZ 28.17 16.41 1.85 -
YUV 94.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 211 53 6 0 0.75 0.97 0.17 13.76 0.94 0.43
Hex D3 35 6 0 4B 61 11 E 5E 2B
Octal 323 65 6 0 113 141 21 16 136 53
Binary 11010011 110101 110 0 1001011 1100001 10001 1110 1011110 101011

Color Harmonies of #D33506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33506

Black with #D33506

Text Example


Text Example

White with #D33506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33506; }

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

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

background-color css

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

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

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

border-color css

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

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

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