Html Css Color HEX #E0230F Harley Davidson Orange

📋 copy color: '#E0230F'

red 224 ◦ green 35 ◦ blue 15

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

Shades of Harley Davidson Orange #E0230F

Tints of Harley Davidson Orange #E0230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 81.75%
G = 12.77%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0230F (or 0xE0230F) is known color: Harley Davidson Orange. HEX triplet: E0, 23 and 0F. RGB value is (224,35,15). Sum of RGB (Red+Green+Blue) = 224+35+15=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0230F is #1FDCF0. Grayscale: #595959. Windows color (decimal): -2088177 or 992224. OLE color: 992224.

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

Color convert

RGB 224 35 15 -
CMYK 0 0.84 0.93 0.12
HSL 5.74º 0.87% 0.47% -
HSV(B) 5.74º 0.93% 0.88% -
XYZ 31.43 17.08 2.09 -
YUV 89.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 224 35 15 0 0.84 0.93 0.12 5.74 0.87 0.47
Hex E0 23 F 0 54 5D C 6 57 2F
Octal 340 43 17 0 124 135 14 6 127 57
Binary 11100000 100011 1111 0 1010100 1011101 1100 110 1010111 101111

Color Harmonies of #E0230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0230F

Black with #E0230F

Text Example


Text Example

White with #E0230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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