Html Css Color HEX #E02B05 Harley Davidson Orange

📋 copy color: '#E02B05'

red 224 ◦ green 43 ◦ blue 5

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

Shades of Harley Davidson Orange #E02B05

Tints of Harley Davidson Orange #E02B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 82.35%
G = 15.81%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02B05 (or 0xE02B05) is known color: Harley Davidson Orange. HEX triplet: E0, 2B and 05. RGB value is (224,43,5). Sum of RGB (Red+Green+Blue) = 224+43+5=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02B05 is #1FD4FA. Grayscale: #5D5D5D. Windows color (decimal): -2086139 or 338912. OLE color: 338912.

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

Color convert

RGB 224 43 5 -
CMYK 0 0.81 0.98 0.12
HSL 10.41º 0.96% 0.45% -
HSV(B) 10.41º 0.98% 0.88% -
XYZ 31.63 17.59 1.87 -
YUV 92.79 78.47 221.59 -
System Red Green Blue C M Y K H S L
Decimal 224 43 5 0 0.81 0.98 0.12 10.41 0.96 0.45
Hex E0 2B 5 0 51 62 C A 60 2D
Octal 340 53 5 0 121 142 14 12 140 55
Binary 11100000 101011 101 0 1010001 1100010 1100 1010 1100000 101101

Color Harmonies of #E02B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B05

Black with #E02B05

Text Example


Text Example

White with #E02B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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