Html Css Color HEX #E02B01 Harley Davidson Orange

📋 copy color: '#E02B01'

red 224 ◦ green 43 ◦ blue 1

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

Shades of Harley Davidson Orange #E02B01

Tints of Harley Davidson Orange #E02B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 83.58%
G = 16.04%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02B01 (or 0xE02B01) is known color: Harley Davidson Orange. HEX triplet: E0, 2B and 01. RGB value is (224,43,1). Sum of RGB (Red+Green+Blue) = 224+43+1=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02B01 is #1FD4FE. Grayscale: #5C5C5C. Windows color (decimal): -2086143 or 76768. OLE color: 76768.

HSL color Cylindrical-coordinate representation of color #E02B01: hue angle of 11.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02B01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 43 1 -
CMYK 0 0.81 1.00 0.12
HSL 11.3º 0.99% 0.44% -
HSV(B) 11.3º 1% 0.88% -
XYZ 31.61 17.58 1.76 -
YUV 92.33 76.47 221.92 -
System Red Green Blue C M Y K H S L
Decimal 224 43 1 0 0.81 1.00 0.12 11.3 0.99 0.44
Hex E0 2B 1 0 51 64 C B 63 2C
Octal 340 53 1 0 121 144 14 13 143 54
Binary 11100000 101011 1 0 1010001 1100100 1100 1011 1100011 101100

Color Harmonies of #E02B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B01

Black with #E02B01

Text Example


Text Example

White with #E02B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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