Html Css Color HEX #D33522 Harley Davidson Orange

📋 copy color: '#D33522'

red 211 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #D33522

Tints of Harley Davidson Orange #D33522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 70.81%
G = 17.79%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D33522 (or 0xD33522) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 22. RGB value is (211,53,34). Sum of RGB (Red+Green+Blue) = 211+53+34=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D33522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33522 is #2CCADD. Grayscale: #626262. Windows color (decimal): -2935518 or 2242003. OLE color: 2242003.

HSL color Cylindrical-coordinate representation of color #D33522: hue angle of 6.44º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33522 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 34 -
CMYK 0 0.75 0.84 0.17
HSL 6.44º 0.72% 0.48% -
HSV(B) 6.44º 0.84% 0.83% -
XYZ 28.43 16.51 3.2 -
YUV 98.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 211 53 34 0 0.75 0.84 0.17 6.44 0.72 0.48
Hex D3 35 22 0 4B 54 11 6 48 30
Octal 323 65 42 0 113 124 21 6 110 60
Binary 11010011 110101 100010 0 1001011 1010100 10001 110 1001000 110000

Color Harmonies of #D33522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33522

Black with #D33522

Text Example


Text Example

White with #D33522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33522; }

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

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

background-color css

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

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

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

border-color css

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

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

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