Html Css Color HEX #E42D15 Harley Davidson Orange

📋 copy color: '#E42D15'

red 228 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #E42D15

Tints of Harley Davidson Orange #E42D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 77.55%
G = 15.31%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E42D15 (or 0xE42D15) is known color: Harley Davidson Orange. HEX triplet: E4, 2D and 15. RGB value is (228,45,21). Sum of RGB (Red+Green+Blue) = 228+45+21=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42D15 is #1BD2EA. Grayscale: #616161. Windows color (decimal): -1823467 or 1388004. OLE color: 1388004.

HSL color Cylindrical-coordinate representation of color #E42D15: hue angle of 6.96º degrees, saturation: 0.83, 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 #E42D15 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 45 21 -
CMYK 0 0.80 0.91 0.11
HSL 6.96º 0.83% 0.49% -
HSV(B) 6.96º 0.91% 0.89% -
XYZ 33.07 18.42 2.52 -
YUV 96.98 85.13 221.45 -
System Red Green Blue C M Y K H S L
Decimal 228 45 21 0 0.80 0.91 0.11 6.96 0.83 0.49
Hex E4 2D 15 0 50 5B B 7 53 31
Octal 344 55 25 0 120 133 13 7 123 61
Binary 11100100 101101 10101 0 1010000 1011011 1011 111 1010011 110001

Color Harmonies of #E42D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42D15

Black with #E42D15

Text Example


Text Example

White with #E42D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42D15; }

 p { color: rgb(228,45,21); }

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

background-color css

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

 a { background-color: rgb(228,45,21); }

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

border-color css

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

 span { border-color: rgb(228,45,21); }

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