Html Css Color HEX #E02F13 Harley Davidson Orange

📋 copy color: '#E02F13'

red 224 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #E02F13

Tints of Harley Davidson Orange #E02F13

RGB

 RED value IS 224 (87.89% from 255) = 77.24%

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

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

R = 77.24%
G = 16.21%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02F13 (or 0xE02F13) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 13. RGB value is (224,47,19). Sum of RGB (Red+Green+Blue) = 224+47+19=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F13 is #1FD0EC. Grayscale: #616161. Windows color (decimal): -2085101 or 1257440. OLE color: 1257440.

HSL color Cylindrical-coordinate representation of color #E02F13: hue angle of 8.2º 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 #E02F13 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 19 -
CMYK 0 0.79 0.92 0.12
HSL 8.2º 0.84% 0.48% -
HSV(B) 8.2º 0.92% 0.88% -
XYZ 31.87 17.93 2.4 -
YUV 96.73 84.14 218.78 -
System Red Green Blue C M Y K H S L
Decimal 224 47 19 0 0.79 0.92 0.12 8.2 0.84 0.48
Hex E0 2F 13 0 4F 5C C 8 54 30
Octal 340 57 23 0 117 134 14 10 124 60
Binary 11100000 101111 10011 0 1001111 1011100 1100 1000 1010100 110000

Color Harmonies of #E02F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F13

Black with #E02F13

Text Example


Text Example

White with #E02F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F13; }

 p { color: rgb(224,47,19); }

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

background-color css

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

 a { background-color: rgb(224,47,19); }

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

border-color css

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

 span { border-color: rgb(224,47,19); }

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