Html Css Color HEX #E42A1B Harley Davidson Orange

📋 copy color: '#E42A1B'

red 228 ◦ green 42 ◦ blue 27

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

Shades of Harley Davidson Orange #E42A1B

Tints of Harley Davidson Orange #E42A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 76.77%
G = 14.14%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E42A1B (or 0xE42A1B) is known color: Harley Davidson Orange. HEX triplet: E4, 2A and 1B. RGB value is (228,42,27). Sum of RGB (Red+Green+Blue) = 228+42+27=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42A1B is #1BD5E4. Grayscale: #606060. Windows color (decimal): -1824229 or 1780452. OLE color: 1780452.

HSL color Cylindrical-coordinate representation of color #E42A1B: hue angle of 4.48º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E42A1B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 27 -
CMYK 0 0.82 0.88 0.11
HSL 4.48º 0.79% 0.5% -
HSV(B) 4.48º 0.88% 0.89% -
XYZ 33.02 18.23 2.82 -
YUV 95.9 89.12 222.22 -
System Red Green Blue C M Y K H S L
Decimal 228 42 27 0 0.82 0.88 0.11 4.48 0.79 0.5
Hex E4 2A 1B 0 52 58 B 4 4F 32
Octal 344 52 33 0 122 130 13 4 117 62
Binary 11100100 101010 11011 0 1010010 1011000 1011 100 1001111 110010

Color Harmonies of #E42A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A1B

Black with #E42A1B

Text Example


Text Example

White with #E42A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A1B; }

 p { color: rgb(228,42,27); }

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

background-color css

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

 a { background-color: rgb(228,42,27); }

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

border-color css

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

 span { border-color: rgb(228,42,27); }

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