Html Css Color HEX #E33A13 Harley Davidson Orange

📋 copy color: '#E33A13'

red 227 ◦ green 58 ◦ blue 19

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

Shades of Harley Davidson Orange #E33A13

Tints of Harley Davidson Orange #E33A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

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

R = 74.67%
G = 19.08%
B = 6.25%

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

#E33A13 (or 0xE33A13) is known color: Harley Davidson Orange. HEX triplet: E3, 3A and 13. RGB value is (227,58,19). Sum of RGB (Red+Green+Blue) = 227+58+19=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33A13 is #1CC5EC. Grayscale: #686868. Windows color (decimal): -1885677 or 1260259. OLE color: 1260259.

HSL color Cylindrical-coordinate representation of color #E33A13: hue angle of 11.25º 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 #E33A13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 58 19 -
CMYK 0 0.74 0.92 0.11
HSL 11.25º 0.85% 0.48% -
HSV(B) 11.25º 0.92% 0.89% -
XYZ 33.31 19.4 2.61 -
YUV 104.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 227 58 19 0 0.74 0.92 0.11 11.25 0.85 0.48
Hex E3 3A 13 0 4A 5C B B 55 30
Octal 343 72 23 0 112 134 13 13 125 60
Binary 11100011 111010 10011 0 1001010 1011100 1011 1011 1010101 110000

Color Harmonies of #E33A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33A13

Black with #E33A13

Text Example


Text Example

White with #E33A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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