Html Css Color HEX #EC1227 Torch Red

📋 copy color: '#EC1227'

red 236 ◦ green 18 ◦ blue 39

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

Shades of Torch Red #EC1227

Tints of Torch Red #EC1227

RGB

 RED value IS 236 (92.58% from 255) = 80.55%

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 80.55%
G = 6.14%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1227 (or 0xEC1227) is known color: Torch Red. HEX triplet: EC, 12 and 27. RGB value is (236,18,39). Sum of RGB (Red+Green+Blue) = 236+18+39=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1227 is #13EDD8. Grayscale: #555555. Windows color (decimal): -1306073 or 2560748. OLE color: 2560748.

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

Color convert

RGB 236 18 39 -
CMYK 0 0.92 0.83 0.07
HSL 354.22º 0.86% 0.5% -
HSV(B) 354.22º 0.92% 0.93% -
XYZ 35.17 18.41 3.62 -
YUV 85.58 101.72 235.29 -
System Red Green Blue C M Y K H S L
Decimal 236 18 39 0 0.92 0.83 0.07 354.22 0.86 0.5
Hex EC 12 27 0 5C 53 7 162 56 32
Octal 354 22 47 0 134 123 7 542 126 62
Binary 11101100 10010 100111 0 1011100 1010011 111 101100010 1010110 110010

Color Harmonies of #EC1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1227

Black with #EC1227

Text Example


Text Example

White with #EC1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1227; }

 p { color: rgb(236,18,39); }

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

background-color css

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

 a { background-color: rgb(236,18,39); }

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

border-color css

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

 span { border-color: rgb(236,18,39); }

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