Html Css Color HEX #E0250A Harley Davidson Orange

📋 copy color: '#E0250A'

red 224 ◦ green 37 ◦ blue 10

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

Shades of Harley Davidson Orange #E0250A

Tints of Harley Davidson Orange #E0250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 82.66%
G = 13.65%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0250A (or 0xE0250A) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 0A. RGB value is (224,37,10). Sum of RGB (Red+Green+Blue) = 224+37+10=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E0250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0250A is #1FDAF5. Grayscale: #5A5A5A. Windows color (decimal): -2087670 or 665056. OLE color: 665056.

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

Color convert

RGB 224 37 10 -
CMYK 0 0.83 0.96 0.12
HSL 7.57º 0.91% 0.46% -
HSV(B) 7.57º 0.96% 0.88% -
XYZ 31.46 17.19 1.95 -
YUV 89.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 224 37 10 0 0.83 0.96 0.12 7.57 0.91 0.46
Hex E0 25 A 0 53 60 C 8 5B 2E
Octal 340 45 12 0 123 140 14 10 133 56
Binary 11100000 100101 1010 0 1010011 1100000 1100 1000 1011011 101110

Color Harmonies of #E0250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0250A

Black with #E0250A

Text Example


Text Example

White with #E0250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0250A; }

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

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

background-color css

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

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

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

border-color css

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

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

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