Html Css Color HEX #E2250D Harley Davidson Orange

📋 copy color: '#E2250D'

red 226 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #E2250D

Tints of Harley Davidson Orange #E2250D

RGB

 RED value IS 226 (88.67% from 255) = 81.88%

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 81.88%
G = 13.41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2250D (or 0xE2250D) is known color: Harley Davidson Orange. HEX triplet: E2, 25 and 0D. RGB value is (226,37,13). Sum of RGB (Red+Green+Blue) = 226+37+13=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E2250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2250D is #1DDAF2. Grayscale: #5B5B5B. Windows color (decimal): -1956595 or 861666. OLE color: 861666.

HSL color Cylindrical-coordinate representation of color #E2250D: hue angle of 6.76º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2250D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 37 13 -
CMYK 0 0.84 0.94 0.11
HSL 6.76º 0.89% 0.47% -
HSV(B) 6.76º 0.94% 0.89% -
XYZ 32.1 17.52 2.07 -
YUV 90.78 84.12 224.45 -
System Red Green Blue C M Y K H S L
Decimal 226 37 13 0 0.84 0.94 0.11 6.76 0.89 0.47
Hex E2 25 D 0 54 5E B 7 59 2F
Octal 342 45 15 0 124 136 13 7 131 57
Binary 11100010 100101 1101 0 1010100 1011110 1011 111 1011001 101111

Color Harmonies of #E2250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2250D

Black with #E2250D

Text Example


Text Example

White with #E2250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2250D; }

 p { color: rgb(226,37,13); }

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

background-color css

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

 a { background-color: rgb(226,37,13); }

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

border-color css

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

 span { border-color: rgb(226,37,13); }

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