Html Css Color HEX #E33814 Harley Davidson Orange

📋 copy color: '#E33814'

red 227 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #E33814

Tints of Harley Davidson Orange #E33814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

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

R = 74.92%
G = 18.48%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E33814 (or 0xE33814) is known color: Harley Davidson Orange. HEX triplet: E3, 38 and 14. RGB value is (227,56,20). Sum of RGB (Red+Green+Blue) = 227+56+20=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E33814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33814 is #1CC7EB. Grayscale: #676767. Windows color (decimal): -1886188 or 1325283. OLE color: 1325283.

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

Color convert

RGB 227 56 20 -
CMYK 0 0.75 0.91 0.11
HSL 10.43º 0.84% 0.48% -
HSV(B) 10.43º 0.91% 0.89% -
XYZ 33.22 19.21 2.62 -
YUV 103.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 227 56 20 0 0.75 0.91 0.11 10.43 0.84 0.48
Hex E3 38 14 0 4B 5B B A 54 30
Octal 343 70 24 0 113 133 13 12 124 60
Binary 11100011 111000 10100 0 1001011 1011011 1011 1010 1010100 110000

Color Harmonies of #E33814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33814

Black with #E33814

Text Example


Text Example

White with #E33814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33814; }

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

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

background-color css

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

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

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

border-color css

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

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

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