Html Css Color HEX #E14213 Harley Davidson Orange

📋 copy color: '#E14213'

red 225 ◦ green 66 ◦ blue 19

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

Shades of Harley Davidson Orange #E14213

Tints of Harley Davidson Orange #E14213

RGB

 RED value IS 225 (88.28% from 255) = 72.58%

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 72.58%
G = 21.29%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14213 (or 0xE14213) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 13. RGB value is (225,66,19). Sum of RGB (Red+Green+Blue) = 225+66+19=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14213 is #1EBDEC. Grayscale: #6C6C6C. Windows color (decimal): -2014701 or 1262305. OLE color: 1262305.

HSL color Cylindrical-coordinate representation of color #E14213: hue angle of 13.69º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14213 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 19 -
CMYK 0 0.71 0.92 0.12
HSL 13.69º 0.84% 0.48% -
HSV(B) 13.69º 0.92% 0.88% -
XYZ 33.12 19.95 2.72 -
YUV 108.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 225 66 19 0 0.71 0.92 0.12 13.69 0.84 0.48
Hex E1 42 13 0 47 5C C E 54 30
Octal 341 102 23 0 107 134 14 16 124 60
Binary 11100001 1000010 10011 0 1000111 1011100 1100 1110 1010100 110000

Color Harmonies of #E14213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14213

Black with #E14213

Text Example


Text Example

White with #E14213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14213; }

 p { color: rgb(225,66,19); }

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

background-color css

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

 a { background-color: rgb(225,66,19); }

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

border-color css

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

 span { border-color: rgb(225,66,19); }

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