Html Css Color HEX #E0250F Harley Davidson Orange

📋 copy color: '#E0250F'

red 224 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #E0250F

Tints of Harley Davidson Orange #E0250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 81.16%
G = 13.41%
B = 5.43%

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

#E0250F (or 0xE0250F) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 0F. RGB value is (224,37,15). Sum of RGB (Red+Green+Blue) = 224+37+15=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E0250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0250F is #1FDAF0. Grayscale: #5A5A5A. Windows color (decimal): -2087665 or 992736. OLE color: 992736.

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

Color convert

RGB 224 37 15 -
CMYK 0 0.83 0.93 0.12
HSL 6.32º 0.87% 0.47% -
HSV(B) 6.32º 0.93% 0.88% -
XYZ 31.49 17.2 2.11 -
YUV 90.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 224 37 15 0 0.83 0.93 0.12 6.32 0.87 0.47
Hex E0 25 F 0 53 5D C 6 57 2F
Octal 340 45 17 0 123 135 14 6 127 57
Binary 11100000 100101 1111 0 1010011 1011101 1100 110 1010111 101111

Color Harmonies of #E0250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0250F

Black with #E0250F

Text Example


Text Example

White with #E0250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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