Html Css Color HEX #E42B0B Harley Davidson Orange

📋 copy color: '#E42B0B'

red 228 ◦ green 43 ◦ blue 11

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

Shades of Harley Davidson Orange #E42B0B

Tints of Harley Davidson Orange #E42B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 80.85%
G = 15.25%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E42B0B (or 0xE42B0B) is known color: Harley Davidson Orange. HEX triplet: E4, 2B and 0B. RGB value is (228,43,11). Sum of RGB (Red+Green+Blue) = 228+43+11=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42B0B is #1BD4F4. Grayscale: #5E5E5E. Windows color (decimal): -1823989 or 732132. OLE color: 732132.

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

Color convert

RGB 228 43 11 -
CMYK 0 0.81 0.95 0.11
HSL 8.85º 0.91% 0.47% -
HSV(B) 8.85º 0.95% 0.89% -
XYZ 32.92 18.25 2.1 -
YUV 94.67 80.79 223.1 -
System Red Green Blue C M Y K H S L
Decimal 228 43 11 0 0.81 0.95 0.11 8.85 0.91 0.47
Hex E4 2B B 0 51 5F B 9 5B 2F
Octal 344 53 13 0 121 137 13 11 133 57
Binary 11100100 101011 1011 0 1010001 1011111 1011 1001 1011011 101111

Color Harmonies of #E42B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42B0B

Black with #E42B0B

Text Example


Text Example

White with #E42B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42B0B; }

 p { color: rgb(228,43,11); }

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

background-color css

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

 a { background-color: rgb(228,43,11); }

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

border-color css

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

 span { border-color: rgb(228,43,11); }

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