Html Css Color HEX #E6120D Red

📋 copy color: '#E6120D'

red 230 ◦ green 18 ◦ blue 13

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

Shades of Red #E6120D

Tints of Red #E6120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 88.12%
G = 6.9%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6120D (or 0xE6120D) is known color: Red. HEX triplet: E6, 12 and 0D. RGB value is (230,18,13). Sum of RGB (Red+Green+Blue) = 230+18+13=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E6120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6120D is #19EDF2. Grayscale: #515151. Windows color (decimal): -1699315 or 856806. OLE color: 856806.

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

Color convert

RGB 230 18 13 -
CMYK 0 0.92 0.94 0.10
HSL 1.38º 0.89% 0.48% -
HSV(B) 1.38º 0.94% 0.9% -
XYZ 32.92 17.28 1.98 -
YUV 80.82 89.74 234.41 -
System Red Green Blue C M Y K H S L
Decimal 230 18 13 0 0.92 0.94 0.10 1.38 0.89 0.48
Hex E6 12 D 0 5C 5E A 1 59 30
Octal 346 22 15 0 134 136 12 1 131 60
Binary 11100110 10010 1101 0 1011100 1011110 1010 1 1011001 110000

Color Harmonies of #E6120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6120D

Black with #E6120D

Text Example


Text Example

White with #E6120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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