Html Css Color HEX #E0230B Harley Davidson Orange

📋 copy color: '#E0230B'

red 224 ◦ green 35 ◦ blue 11

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

Shades of Harley Davidson Orange #E0230B

Tints of Harley Davidson Orange #E0230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 82.96%
G = 12.96%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0230B (or 0xE0230B) is known color: Harley Davidson Orange. HEX triplet: E0, 23 and 0B. RGB value is (224,35,11). Sum of RGB (Red+Green+Blue) = 224+35+11=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0230B is #1FDCF4. Grayscale: #595959. Windows color (decimal): -2088181 or 730080. OLE color: 730080.

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

Color convert

RGB 224 35 11 -
CMYK 0 0.84 0.95 0.12
HSL 6.76º 0.91% 0.46% -
HSV(B) 6.76º 0.95% 0.88% -
XYZ 31.4 17.07 1.96 -
YUV 88.78 84.12 224.45 -
System Red Green Blue C M Y K H S L
Decimal 224 35 11 0 0.84 0.95 0.12 6.76 0.91 0.46
Hex E0 23 B 0 54 5F C 7 5B 2E
Octal 340 43 13 0 124 137 14 7 133 56
Binary 11100000 100011 1011 0 1010100 1011111 1100 111 1011011 101110

Color Harmonies of #E0230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0230B

Black with #E0230B

Text Example


Text Example

White with #E0230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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