Html Css Color HEX #E02D1C Harley Davidson Orange

📋 copy color: '#E02D1C'

red 224 ◦ green 45 ◦ blue 28

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

Shades of Harley Davidson Orange #E02D1C

Tints of Harley Davidson Orange #E02D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 75.42%
G = 15.15%
B = 9.43%

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

#E02D1C (or 0xE02D1C) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 1C. RGB value is (224,45,28). Sum of RGB (Red+Green+Blue) = 224+45+28=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D1C is #1FD2E3. Grayscale: #606060. Windows color (decimal): -2085604 or 1846752. OLE color: 1846752.

HSL color Cylindrical-coordinate representation of color #E02D1C: hue angle of 5.2º degrees, saturation: 0.78, 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 #E02D1C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 28 -
CMYK 0 0.80 0.88 0.12
HSL 5.2º 0.78% 0.49% -
HSV(B) 5.2º 0.88% 0.88% -
XYZ 31.89 17.81 2.86 -
YUV 96.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 224 45 28 0 0.80 0.88 0.12 5.2 0.78 0.49
Hex E0 2D 1C 0 50 58 C 5 4E 31
Octal 340 55 34 0 120 130 14 5 116 61
Binary 11100000 101101 11100 0 1010000 1011000 1100 101 1001110 110001

Color Harmonies of #E02D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D1C

Black with #E02D1C

Text Example


Text Example

White with #E02D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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