Html Css Color HEX #E42C14 Harley Davidson Orange

📋 copy color: '#E42C14'

red 228 ◦ green 44 ◦ blue 20

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

Shades of Harley Davidson Orange #E42C14

Tints of Harley Davidson Orange #E42C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 78.08%
G = 15.07%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E42C14 (or 0xE42C14) is known color: Harley Davidson Orange. HEX triplet: E4, 2C and 14. RGB value is (228,44,20). Sum of RGB (Red+Green+Blue) = 228+44+20=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C14 is #1BD3EB. Grayscale: #606060. Windows color (decimal): -1823724 or 1322212. OLE color: 1322212.

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

Color convert

RGB 228 44 20 -
CMYK 0 0.81 0.91 0.11
HSL 6.92º 0.84% 0.49% -
HSV(B) 6.92º 0.91% 0.89% -
XYZ 33.02 18.35 2.46 -
YUV 96.28 84.96 221.95 -
System Red Green Blue C M Y K H S L
Decimal 228 44 20 0 0.81 0.91 0.11 6.92 0.84 0.49
Hex E4 2C 14 0 51 5B B 7 54 31
Octal 344 54 24 0 121 133 13 7 124 61
Binary 11100100 101100 10100 0 1010001 1011011 1011 111 1010100 110001

Color Harmonies of #E42C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42C14

Black with #E42C14

Text Example


Text Example

White with #E42C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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