Html Css Color HEX #E33C13 Harley Davidson Orange

📋 copy color: '#E33C13'

red 227 ◦ green 60 ◦ blue 19

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

Shades of Harley Davidson Orange #E33C13

Tints of Harley Davidson Orange #E33C13

RGB

 RED value IS 227 (89.06% from 255) = 74.18%

 GREEN value IS 60 (23.83% from 255) = 19.61%

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 74.18%
G = 19.61%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E33C13 (or 0xE33C13) is known color: Harley Davidson Orange. HEX triplet: E3, 3C and 13. RGB value is (227,60,19). Sum of RGB (Red+Green+Blue) = 227+60+19=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33C13 is #1CC3EC. Grayscale: #696969. Windows color (decimal): -1885165 or 1260771. OLE color: 1260771.

HSL color Cylindrical-coordinate representation of color #E33C13: hue angle of 11.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E33C13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 60 19 -
CMYK 0 0.74 0.92 0.11
HSL 11.83º 0.85% 0.48% -
HSV(B) 11.83º 0.92% 0.89% -
XYZ 33.41 19.61 2.64 -
YUV 105.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 227 60 19 0 0.74 0.92 0.11 11.83 0.85 0.48
Hex E3 3C 13 0 4A 5C B C 55 30
Octal 343 74 23 0 112 134 13 14 125 60
Binary 11100011 111100 10011 0 1001010 1011100 1011 1100 1010101 110000

Color Harmonies of #E33C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33C13

Black with #E33C13

Text Example


Text Example

White with #E33C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33C13; }

 p { color: rgb(227,60,19); }

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

background-color css

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

 a { background-color: rgb(227,60,19); }

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

border-color css

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

 span { border-color: rgb(227,60,19); }

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