Html Css Color HEX #D33204 Harley Davidson Orange

📋 copy color: '#D33204'

red 211 ◦ green 50 ◦ blue 4

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

Shades of Harley Davidson Orange #D33204

Tints of Harley Davidson Orange #D33204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 79.62%
G = 18.87%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D33204 (or 0xD33204) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 04. RGB value is (211,50,4). Sum of RGB (Red+Green+Blue) = 211+50+4=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D33204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33204 is #2CCDFB. Grayscale: #5D5D5D. Windows color (decimal): -2936316 or 275155. OLE color: 275155.

HSL color Cylindrical-coordinate representation of color #D33204: hue angle of 13.33º degrees, saturation: 0.96, 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 #D33204 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 4 -
CMYK 0 0.76 0.98 0.17
HSL 13.33º 0.96% 0.42% -
HSV(B) 13.33º 0.98% 0.83% -
XYZ 28.03 16.14 1.75 -
YUV 92.9 77.84 212.24 -
System Red Green Blue C M Y K H S L
Decimal 211 50 4 0 0.76 0.98 0.17 13.33 0.96 0.42
Hex D3 32 4 0 4C 62 11 D 60 2A
Octal 323 62 4 0 114 142 21 15 140 52
Binary 11010011 110010 100 0 1001100 1100010 10001 1101 1100000 101010

Color Harmonies of #D33204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33204

Black with #D33204

Text Example


Text Example

White with #D33204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33204; }

 p { color: rgb(211,50,4); }

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

background-color css

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

 a { background-color: rgb(211,50,4); }

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

border-color css

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

 span { border-color: rgb(211,50,4); }

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