Html Css Color HEX #E12F02 Harley Davidson Orange

📋 copy color: '#E12F02'

red 225 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #E12F02

Tints of Harley Davidson Orange #E12F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 82.12%
G = 17.15%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E12F02 (or 0xE12F02) is known color: Harley Davidson Orange. HEX triplet: E1, 2F and 02. RGB value is (225,47,2). Sum of RGB (Red+Green+Blue) = 225+47+2=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12F02 is #1ED0FD. Grayscale: #5F5F5F. Windows color (decimal): -2019582 or 143329. OLE color: 143329.

HSL color Cylindrical-coordinate representation of color #E12F02: hue angle of 12.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E12F02 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 47 2 -
CMYK 0 0.79 0.99 0.12
HSL 12.11º 0.98% 0.45% -
HSV(B) 12.11º 0.99% 0.88% -
XYZ 32.08 18.04 1.85 -
YUV 95.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 225 47 2 0 0.79 0.99 0.12 12.11 0.98 0.45
Hex E1 2F 2 0 4F 63 C C 62 2D
Octal 341 57 2 0 117 143 14 14 142 55
Binary 11100001 101111 10 0 1001111 1100011 1100 1100 1100010 101101

Color Harmonies of #E12F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F02

Black with #E12F02

Text Example


Text Example

White with #E12F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F02; }

 p { color: rgb(225,47,2); }

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

background-color css

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

 a { background-color: rgb(225,47,2); }

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

border-color css

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

 span { border-color: rgb(225,47,2); }

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