Html Css Color HEX #E01D1C Harley Davidson Orange

📋 copy color: '#E01D1C'

red 224 ◦ green 29 ◦ blue 28

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

Shades of Harley Davidson Orange #E01D1C

Tints of Harley Davidson Orange #E01D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

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

R = 79.72%
G = 10.32%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E01D1C (or 0xE01D1C) is known color: Harley Davidson Orange. HEX triplet: E0, 1D and 1C. RGB value is (224,29,28). Sum of RGB (Red+Green+Blue) = 224+29+28=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D1C is #1FE2E3. Grayscale: #575757. Windows color (decimal): -2089700 or 1842656. OLE color: 1842656.

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

Color convert

RGB 224 29 28 -
CMYK 0 0.87 0.88 0.12
HSL 0.31º 0.78% 0.49% -
HSV(B) 0.31º 0.88% 0.88% -
XYZ 31.39 16.81 2.69 -
YUV 87.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 224 29 28 0 0.87 0.88 0.12 0.31 0.78 0.49
Hex E0 1D 1C 0 57 58 C 0 4E 31
Octal 340 35 34 0 127 130 14 0 116 61
Binary 11100000 11101 11100 0 1010111 1011000 1100 0 1001110 110001

Color Harmonies of #E01D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D1C

Black with #E01D1C

Text Example


Text Example

White with #E01D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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