Html Css Color HEX #E12D0B Harley Davidson Orange

📋 copy color: '#E12D0B'

red 225 ◦ green 45 ◦ blue 11

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

Shades of Harley Davidson Orange #E12D0B

Tints of Harley Davidson Orange #E12D0B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 80.07%
G = 16.01%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E12D0B (or 0xE12D0B) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 0B. RGB value is (225,45,11). Sum of RGB (Red+Green+Blue) = 225+45+11=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D0B is #1ED2F4. Grayscale: #5F5F5F. Windows color (decimal): -2020085 or 732641. OLE color: 732641.

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

Color convert

RGB 225 45 11 -
CMYK 0 0.8 0.95 0.12
HSL 9.53º 0.91% 0.46% -
HSV(B) 9.53º 0.95% 0.88% -
XYZ 32.05 17.91 2.08 -
YUV 94.94 80.63 220.76 -
System Red Green Blue C M Y K H S L
Decimal 225 45 11 0 0.8 0.95 0.12 9.53 0.91 0.46
Hex E1 2D B 0 50 5F C A 5B 2E
Octal 341 55 13 0 120 137 14 12 133 56
Binary 11100001 101101 1011 0 1010000 1011111 1100 1010 1011011 101110

Color Harmonies of #E12D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D0B

Black with #E12D0B

Text Example


Text Example

White with #E12D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D0B; }

 p { color: rgb(225,45,11); }

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

background-color css

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

 a { background-color: rgb(225,45,11); }

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

border-color css

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

 span { border-color: rgb(225,45,11); }

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