Html Css Color HEX #E42C0A Harley Davidson Orange

📋 copy color: '#E42C0A'

red 228 ◦ green 44 ◦ blue 10

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

Shades of Harley Davidson Orange #E42C0A

Tints of Harley Davidson Orange #E42C0A

RGB

 RED value IS 228 (89.45% from 255) = 80.85%

 GREEN value IS 44 (17.58% from 255) = 15.6%

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

R = 80.85%
G = 15.6%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E42C0A (or 0xE42C0A) is known color: Harley Davidson Orange. HEX triplet: E4, 2C and 0A. RGB value is (228,44,10). Sum of RGB (Red+Green+Blue) = 228+44+10=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C0A is #1BD3F5. Grayscale: #5F5F5F. Windows color (decimal): -1823734 or 666852. OLE color: 666852.

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

Color convert

RGB 228 44 10 -
CMYK 0 0.81 0.96 0.11
HSL 9.36º 0.92% 0.47% -
HSV(B) 9.36º 0.96% 0.89% -
XYZ 32.95 18.32 2.09 -
YUV 95.14 79.96 222.76 -
System Red Green Blue C M Y K H S L
Decimal 228 44 10 0 0.81 0.96 0.11 9.36 0.92 0.47
Hex E4 2C A 0 51 60 B 9 5C 2F
Octal 344 54 12 0 121 140 13 11 134 57
Binary 11100100 101100 1010 0 1010001 1100000 1011 1001 1011100 101111

Color Harmonies of #E42C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42C0A

Black with #E42C0A

Text Example


Text Example

White with #E42C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42C0A; }

 p { color: rgb(228,44,10); }

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

background-color css

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

 a { background-color: rgb(228,44,10); }

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

border-color css

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

 span { border-color: rgb(228,44,10); }

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