Html Css Color HEX #D33100 Harley Davidson Orange

📋 copy color: '#D33100'

red 211 ◦ green 49 ◦ blue 0

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

Shades of Harley Davidson Orange #D33100

Tints of Harley Davidson Orange #D33100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

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

R = 81.15%
G = 18.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D33100 (or 0xD33100) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 00. RGB value is (211,49,0). Sum of RGB (Red+Green+Blue) = 211+49+0=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D33100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33100 is #2CCEFF. Grayscale: #5C5C5C. Windows color (decimal): -2936576 or 12755. OLE color: 12755.

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

Color convert

RGB 211 49 0 -
CMYK 0 0.77 1 0.17
HSL 13.93º 1% 0.41% -
HSV(B) 13.93º 1% 0.83% -
XYZ 27.96 16.05 1.62 -
YUV 91.85 76.17 212.98 -
System Red Green Blue C M Y K H S L
Decimal 211 49 0 0 0.77 1 0.17 13.93 1 0.41
Hex D3 31 0 0 4D 64 11 E 64 29
Octal 323 61 0 0 115 144 21 16 144 51
Binary 11010011 110001 0 0 1001101 1100100 10001 1110 1100100 101001

Color Harmonies of #D33100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33100

Black with #D33100

Text Example


Text Example

White with #D33100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33100; }

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

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

background-color css

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

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

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

border-color css

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

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

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