Html Css Color HEX #E0230C Harley Davidson Orange

📋 copy color: '#E0230C'

red 224 ◦ green 35 ◦ blue 12

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

Shades of Harley Davidson Orange #E0230C

Tints of Harley Davidson Orange #E0230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 82.66%
G = 12.92%
B = 4.43%

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

#E0230C (or 0xE0230C) is known color: Harley Davidson Orange. HEX triplet: E0, 23 and 0C. RGB value is (224,35,12). Sum of RGB (Red+Green+Blue) = 224+35+12=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E0230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0230C is #1FDCF3. Grayscale: #595959. Windows color (decimal): -2088180 or 795616. OLE color: 795616.

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

Color convert

RGB 224 35 12 -
CMYK 0 0.84 0.95 0.12
HSL 6.51º 0.9% 0.46% -
HSV(B) 6.51º 0.95% 0.88% -
XYZ 31.41 17.08 1.99 -
YUV 88.89 84.62 224.37 -
System Red Green Blue C M Y K H S L
Decimal 224 35 12 0 0.84 0.95 0.12 6.51 0.9 0.46
Hex E0 23 C 0 54 5F C 7 5A 2E
Octal 340 43 14 0 124 137 14 7 132 56
Binary 11100000 100011 1100 0 1010100 1011111 1100 111 1011010 101110

Color Harmonies of #E0230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0230C

Black with #E0230C

Text Example


Text Example

White with #E0230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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