Html Css Color HEX #E42713 Harley Davidson Orange

📋 copy color: '#E42713'

red 228 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #E42713

Tints of Harley Davidson Orange #E42713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 79.72%
G = 13.64%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E42713 (or 0xE42713) is known color: Harley Davidson Orange. HEX triplet: E4, 27 and 13. RGB value is (228,39,19). Sum of RGB (Red+Green+Blue) = 228+39+19=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E42713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42713 is #1BD8EC. Grayscale: #5D5D5D. Windows color (decimal): -1825005 or 1255396. OLE color: 1255396.

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

Color convert

RGB 228 39 19 -
CMYK 0 0.83 0.92 0.11
HSL 5.74º 0.85% 0.48% -
HSV(B) 5.74º 0.92% 0.89% -
XYZ 32.84 17.99 2.36 -
YUV 93.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 228 39 19 0 0.83 0.92 0.11 5.74 0.85 0.48
Hex E4 27 13 0 53 5C B 6 55 30
Octal 344 47 23 0 123 134 13 6 125 60
Binary 11100100 100111 10011 0 1010011 1011100 1011 110 1010101 110000

Color Harmonies of #E42713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42713

Black with #E42713

Text Example


Text Example

White with #E42713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42713; }

 p { color: rgb(228,39,19); }

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

background-color css

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

 a { background-color: rgb(228,39,19); }

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

border-color css

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

 span { border-color: rgb(228,39,19); }

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