Html Css Color HEX #E02B0B Harley Davidson Orange

📋 copy color: '#E02B0B'

red 224 ◦ green 43 ◦ blue 11

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

Shades of Harley Davidson Orange #E02B0B

Tints of Harley Davidson Orange #E02B0B

RGB

 RED value IS 224 (87.89% from 255) = 80.58%

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

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

R = 80.58%
G = 15.47%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E02B0B (or 0xE02B0B) is known color: Harley Davidson Orange. HEX triplet: E0, 2B and 0B. RGB value is (224,43,11). Sum of RGB (Red+Green+Blue) = 224+43+11=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02B0B is #1FD4F4. Grayscale: #5D5D5D. Windows color (decimal): -2086133 or 732128. OLE color: 732128.

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

Color convert

RGB 224 43 11 -
CMYK 0 0.81 0.95 0.12
HSL 9.01º 0.91% 0.46% -
HSV(B) 9.01º 0.95% 0.88% -
XYZ 31.66 17.6 2.04 -
YUV 93.47 81.47 221.1 -
System Red Green Blue C M Y K H S L
Decimal 224 43 11 0 0.81 0.95 0.12 9.01 0.91 0.46
Hex E0 2B B 0 51 5F C 9 5B 2E
Octal 340 53 13 0 121 137 14 11 133 56
Binary 11100000 101011 1011 0 1010001 1011111 1100 1001 1011011 101110

Color Harmonies of #E02B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B0B

Black with #E02B0B

Text Example


Text Example

White with #E02B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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