Html Css Color HEX #D33200 Harley Davidson Orange

📋 copy color: '#D33200'

red 211 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #D33200

Tints of Harley Davidson Orange #D33200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.84%
G = 19.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D33200 (or 0xD33200) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 00. RGB value is (211,50,0). Sum of RGB (Red+Green+Blue) = 211+50+0=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D33200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33200 is #2CCDFF. Grayscale: #5C5C5C. Windows color (decimal): -2936320 or 13011. OLE color: 13011.

HSL color Cylindrical-coordinate representation of color #D33200: hue angle of 14.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D33200 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 0 -
CMYK 0 0.76 1 0.17
HSL 14.22º 1% 0.41% -
HSV(B) 14.22º 1% 0.83% -
XYZ 28 16.13 1.64 -
YUV 92.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 211 50 0 0 0.76 1 0.17 14.22 1 0.41
Hex D3 32 0 0 4C 64 11 E 64 29
Octal 323 62 0 0 114 144 21 16 144 51
Binary 11010011 110010 0 0 1001100 1100100 10001 1110 1100100 101001

Color Harmonies of #D33200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33200

Black with #D33200

Text Example


Text Example

White with #D33200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33200; }

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

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

background-color css

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

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

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

border-color css

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

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

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