Html Css Color HEX #E0270F Harley Davidson Orange

📋 copy color: '#E0270F'

red 224 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #E0270F

Tints of Harley Davidson Orange #E0270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 80.58%
G = 14.03%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0270F (or 0xE0270F) is known color: Harley Davidson Orange. HEX triplet: E0, 27 and 0F. RGB value is (224,39,15). Sum of RGB (Red+Green+Blue) = 224+39+15=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E0270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0270F is #1FD8F0. Grayscale: #5B5B5B. Windows color (decimal): -2087153 or 993248. OLE color: 993248.

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

Color convert

RGB 224 39 15 -
CMYK 0 0.83 0.93 0.12
HSL 6.89º 0.87% 0.47% -
HSV(B) 6.89º 0.93% 0.88% -
XYZ 31.55 17.33 2.13 -
YUV 91.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 224 39 15 0 0.83 0.93 0.12 6.89 0.87 0.47
Hex E0 27 F 0 53 5D C 7 57 2F
Octal 340 47 17 0 123 135 14 7 127 57
Binary 11100000 100111 1111 0 1010011 1011101 1100 111 1010111 101111

Color Harmonies of #E0270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0270F

Black with #E0270F

Text Example


Text Example

White with #E0270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0270F; }

 p { color: rgb(224,39,15); }

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

background-color css

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

 a { background-color: rgb(224,39,15); }

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

border-color css

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

 span { border-color: rgb(224,39,15); }

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