Html Css Color HEX #E02D1A Harley Davidson Orange

📋 copy color: '#E02D1A'

red 224 ◦ green 45 ◦ blue 26

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

Shades of Harley Davidson Orange #E02D1A

Tints of Harley Davidson Orange #E02D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.25%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 75.93%
G = 15.25%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E02D1A (or 0xE02D1A) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 1A. RGB value is (224,45,26). Sum of RGB (Red+Green+Blue) = 224+45+26=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D1A is #1FD2E5. Grayscale: #606060. Windows color (decimal): -2085606 or 1715680. OLE color: 1715680.

HSL color Cylindrical-coordinate representation of color #E02D1A: hue angle of 5.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E02D1A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 26 -
CMYK 0 0.80 0.88 0.12
HSL 5.76º 0.79% 0.49% -
HSV(B) 5.76º 0.88% 0.88% -
XYZ 31.87 17.8 2.73 -
YUV 96.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 224 45 26 0 0.80 0.88 0.12 5.76 0.79 0.49
Hex E0 2D 1A 0 50 58 C 6 4F 31
Octal 340 55 32 0 120 130 14 6 117 61
Binary 11100000 101101 11010 0 1010000 1011000 1100 110 1001111 110001

Color Harmonies of #E02D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D1A

Black with #E02D1A

Text Example


Text Example

White with #E02D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D1A; }

 p { color: rgb(224,45,26); }

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

background-color css

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

 a { background-color: rgb(224,45,26); }

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

border-color css

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

 span { border-color: rgb(224,45,26); }

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