Html Css Color HEX #E61211 Red

📋 copy color: '#E61211'

red 230 ◦ green 18 ◦ blue 17

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

Shades of Red #E61211

Tints of Red #E61211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 86.79%
G = 6.79%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E61211 (or 0xE61211) is known color: Red. HEX triplet: E6, 12 and 11. RGB value is (230,18,17). Sum of RGB (Red+Green+Blue) = 230+18+17=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E61211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61211 is #19EDEE. Grayscale: #515151. Windows color (decimal): -1699311 or 1118950. OLE color: 1118950.

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

Color convert

RGB 230 18 17 -
CMYK 0 0.92 0.93 0.10
HSL 0.28º 0.86% 0.48% -
HSV(B) 0.28º 0.93% 0.9% -
XYZ 32.95 17.3 2.13 -
YUV 81.27 91.74 234.08 -
System Red Green Blue C M Y K H S L
Decimal 230 18 17 0 0.92 0.93 0.10 0.28 0.86 0.48
Hex E6 12 11 0 5C 5D A 0 56 30
Octal 346 22 21 0 134 135 12 0 126 60
Binary 11100110 10010 10001 0 1011100 1011101 1010 0 1010110 110000

Color Harmonies of #E61211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61211

Black with #E61211

Text Example


Text Example

White with #E61211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61211; }

 p { color: rgb(230,18,17); }

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

background-color css

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

 a { background-color: rgb(230,18,17); }

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

border-color css

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

 span { border-color: rgb(230,18,17); }

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