Html Css Color HEX #E33F0F Harley Davidson Orange

📋 copy color: '#E33F0F'

red 227 ◦ green 63 ◦ blue 15

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

Shades of Harley Davidson Orange #E33F0F

Tints of Harley Davidson Orange #E33F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 74.43%
G = 20.66%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E33F0F (or 0xE33F0F) is known color: Harley Davidson Orange. HEX triplet: E3, 3F and 0F. RGB value is (227,63,15). Sum of RGB (Red+Green+Blue) = 227+63+15=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33F0F is #1CC0F0. Grayscale: #6A6A6A. Windows color (decimal): -1884401 or 999395. OLE color: 999395.

HSL color Cylindrical-coordinate representation of color #E33F0F: hue angle of 13.58º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E33F0F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 63 15 -
CMYK 0 0.72 0.93 0.11
HSL 13.58º 0.88% 0.47% -
HSV(B) 13.58º 0.93% 0.89% -
XYZ 33.54 19.92 2.53 -
YUV 106.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 227 63 15 0 0.72 0.93 0.11 13.58 0.88 0.47
Hex E3 3F F 0 48 5D B E 58 2F
Octal 343 77 17 0 110 135 13 16 130 57
Binary 11100011 111111 1111 0 1001000 1011101 1011 1110 1011000 101111

Color Harmonies of #E33F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33F0F

Black with #E33F0F

Text Example


Text Example

White with #E33F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33F0F; }

 p { color: rgb(227,63,15); }

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

background-color css

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

 a { background-color: rgb(227,63,15); }

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

border-color css

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

 span { border-color: rgb(227,63,15); }

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