Html Css Color HEX #E33414 Harley Davidson Orange

📋 copy color: '#E33414'

red 227 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #E33414

Tints of Harley Davidson Orange #E33414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 75.92%
G = 17.39%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E33414 (or 0xE33414) is known color: Harley Davidson Orange. HEX triplet: E3, 34 and 14. RGB value is (227,52,20). Sum of RGB (Red+Green+Blue) = 227+52+20=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E33414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33414 is #1CCBEB. Grayscale: #646464. Windows color (decimal): -1887212 or 1324259. OLE color: 1324259.

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

Color convert

RGB 227 52 20 -
CMYK 0 0.77 0.91 0.11
HSL 9.28º 0.84% 0.48% -
HSV(B) 9.28º 0.91% 0.89% -
XYZ 33.03 18.84 2.56 -
YUV 100.68 82.48 218.1 -
System Red Green Blue C M Y K H S L
Decimal 227 52 20 0 0.77 0.91 0.11 9.28 0.84 0.48
Hex E3 34 14 0 4D 5B B 9 54 30
Octal 343 64 24 0 115 133 13 11 124 60
Binary 11100011 110100 10100 0 1001101 1011011 1011 1001 1010100 110000

Color Harmonies of #E33414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33414

Black with #E33414

Text Example


Text Example

White with #E33414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33414; }

 p { color: rgb(227,52,20); }

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

background-color css

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

 a { background-color: rgb(227,52,20); }

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

border-color css

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

 span { border-color: rgb(227,52,20); }

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