Html Css Color HEX #E12409 Harley Davidson Orange

📋 copy color: '#E12409'

red 225 ◦ green 36 ◦ blue 9

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

Shades of Harley Davidson Orange #E12409

Tints of Harley Davidson Orange #E12409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 83.33%
G = 13.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E12409 (or 0xE12409) is known color: Harley Davidson Orange. HEX triplet: E1, 24 and 09. RGB value is (225,36,9). Sum of RGB (Red+Green+Blue) = 225+36+9=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E12409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12409 is #1EDBF6. Grayscale: #595959. Windows color (decimal): -2022391 or 599265. OLE color: 599265.

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

Color convert

RGB 225 36 9 -
CMYK 0 0.84 0.96 0.12
HSL 7.5º 0.92% 0.46% -
HSV(B) 7.5º 0.96% 0.88% -
XYZ 31.73 17.29 1.92 -
YUV 89.43 82.62 224.7 -
System Red Green Blue C M Y K H S L
Decimal 225 36 9 0 0.84 0.96 0.12 7.5 0.92 0.46
Hex E1 24 9 0 54 60 C 8 5C 2E
Octal 341 44 11 0 124 140 14 10 134 56
Binary 11100001 100100 1001 0 1010100 1100000 1100 1000 1011100 101110

Color Harmonies of #E12409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12409

Black with #E12409

Text Example


Text Example

White with #E12409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12409; }

 p { color: rgb(225,36,9); }

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

background-color css

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

 a { background-color: rgb(225,36,9); }

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

border-color css

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

 span { border-color: rgb(225,36,9); }

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