Html Css Color HEX #E02F1E Harley Davidson Orange

📋 copy color: '#E02F1E'

red 224 ◦ green 47 ◦ blue 30

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

Shades of Harley Davidson Orange #E02F1E

Tints of Harley Davidson Orange #E02F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 74.42%
G = 15.61%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E02F1E (or 0xE02F1E) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 1E. RGB value is (224,47,30). Sum of RGB (Red+Green+Blue) = 224+47+30=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F1E is #1FD0E1. Grayscale: #626262. Windows color (decimal): -2085090 or 1978336. OLE color: 1978336.

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

Color convert

RGB 224 47 30 -
CMYK 0 0.79 0.87 0.12
HSL 5.26º 0.76% 0.5% -
HSV(B) 5.26º 0.87% 0.88% -
XYZ 31.99 17.97 3.01 -
YUV 97.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 224 47 30 0 0.79 0.87 0.12 5.26 0.76 0.5
Hex E0 2F 1E 0 4F 57 C 5 4C 32
Octal 340 57 36 0 117 127 14 5 114 62
Binary 11100000 101111 11110 0 1001111 1010111 1100 101 1001100 110010

Color Harmonies of #E02F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F1E

Black with #E02F1E

Text Example


Text Example

White with #E02F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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