Html Css Color HEX #E33D14 Harley Davidson Orange

📋 copy color: '#E33D14'

red 227 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #E33D14

Tints of Harley Davidson Orange #E33D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 73.7%
G = 19.81%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E33D14 (or 0xE33D14) is known color: Harley Davidson Orange. HEX triplet: E3, 3D and 14. RGB value is (227,61,20). Sum of RGB (Red+Green+Blue) = 227+61+20=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33D14 is #1CC2EB. Grayscale: #6A6A6A. Windows color (decimal): -1884908 or 1326563. OLE color: 1326563.

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

Color convert

RGB 227 61 20 -
CMYK 0 0.73 0.91 0.11
HSL 11.88º 0.84% 0.48% -
HSV(B) 11.88º 0.91% 0.89% -
XYZ 33.47 19.72 2.7 -
YUV 105.96 79.5 214.33 -
System Red Green Blue C M Y K H S L
Decimal 227 61 20 0 0.73 0.91 0.11 11.88 0.84 0.48
Hex E3 3D 14 0 49 5B B C 54 30
Octal 343 75 24 0 111 133 13 14 124 60
Binary 11100011 111101 10100 0 1001001 1011011 1011 1100 1010100 110000

Color Harmonies of #E33D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33D14

Black with #E33D14

Text Example


Text Example

White with #E33D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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