Html Css Color HEX #E6100C Red

📋 copy color: '#E6100C'

red 230 ◦ green 16 ◦ blue 12

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

Shades of Red #E6100C

Tints of Red #E6100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 89.15%
G = 6.2%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6100C (or 0xE6100C) is known color: Red. HEX triplet: E6, 10 and 0C. RGB value is (230,16,12). Sum of RGB (Red+Green+Blue) = 230+16+12=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E6100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6100C is #19EFF3. Grayscale: #4F4F4F. Windows color (decimal): -1699828 or 790758. OLE color: 790758.

HSL color Cylindrical-coordinate representation of color #E6100C: hue angle of 1.1º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 16 12 -
CMYK 0 0.93 0.95 0.10
HSL 1.1º 0.9% 0.47% -
HSV(B) 1.1º 0.95% 0.9% -
XYZ 32.88 17.22 1.94 -
YUV 79.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 230 16 12 0 0.93 0.95 0.10 1.1 0.9 0.47
Hex E6 10 C 0 5D 5F A 1 5A 2F
Octal 346 20 14 0 135 137 12 1 132 57
Binary 11100110 10000 1100 0 1011101 1011111 1010 1 1011010 101111

Color Harmonies of #E6100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6100C

Black with #E6100C

Text Example


Text Example

White with #E6100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6100C; }

 p { color: rgb(230,16,12); }

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

background-color css

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

 a { background-color: rgb(230,16,12); }

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

border-color css

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

 span { border-color: rgb(230,16,12); }

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