Html Css Color HEX #E6201C Harley Davidson Orange

📋 copy color: '#E6201C'

red 230 ◦ green 32 ◦ blue 28

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

Shades of Harley Davidson Orange #E6201C

Tints of Harley Davidson Orange #E6201C

RGB

 RED value IS 230 (90.23% from 255) = 79.31%

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 79.31%
G = 11.03%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6201C (or 0xE6201C) is known color: Harley Davidson Orange. HEX triplet: E6, 20 and 1C. RGB value is (230,32,28). Sum of RGB (Red+Green+Blue) = 230+32+28=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6201C is #19DFE3. Grayscale: #5A5A5A. Windows color (decimal): -1695716 or 1843430. OLE color: 1843430.

HSL color Cylindrical-coordinate representation of color #E6201C: hue angle of 1.19º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6201C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 28 -
CMYK 0 0.86 0.88 0.10
HSL 1.19º 0.8% 0.51% -
HSV(B) 1.19º 0.88% 0.9% -
XYZ 33.36 17.94 2.8 -
YUV 90.75 92.6 227.33 -
System Red Green Blue C M Y K H S L
Decimal 230 32 28 0 0.86 0.88 0.10 1.19 0.8 0.51
Hex E6 20 1C 0 56 58 A 1 50 33
Octal 346 40 34 0 126 130 12 1 120 63
Binary 11100110 100000 11100 0 1010110 1011000 1010 1 1010000 110011

Color Harmonies of #E6201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6201C

Black with #E6201C

Text Example


Text Example

White with #E6201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6201C; }

 p { color: rgb(230,32,28); }

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

background-color css

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

 a { background-color: rgb(230,32,28); }

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

border-color css

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

 span { border-color: rgb(230,32,28); }

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