Html Css Color HEX #EC1130 Torch Red

📋 copy color: '#EC1130'

red 236 ◦ green 17 ◦ blue 48

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

Shades of Torch Red #EC1130

Tints of Torch Red #EC1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 78.41%
G = 5.65%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1130 (or 0xEC1130) is known color: Torch Red. HEX triplet: EC, 11 and 30. RGB value is (236,17,48). Sum of RGB (Red+Green+Blue) = 236+17+48=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1130 is #13EECF. Grayscale: #565656. Windows color (decimal): -1306320 or 3150316. OLE color: 3150316.

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

Color convert

RGB 236 17 48 -
CMYK 0 0.93 0.80 0.07
HSL 351.51º 0.87% 0.5% -
HSV(B) 351.51º 0.93% 0.93% -
XYZ 35.33 18.45 4.5 -
YUV 86.02 106.55 234.98 -
System Red Green Blue C M Y K H S L
Decimal 236 17 48 0 0.93 0.80 0.07 351.51 0.87 0.5
Hex EC 11 30 0 5D 50 7 160 57 32
Octal 354 21 60 0 135 120 7 540 127 62
Binary 11101100 10001 110000 0 1011101 1010000 111 101100000 1010111 110010

Color Harmonies of #EC1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1130

Black with #EC1130

Text Example


Text Example

White with #EC1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1130; }

 p { color: rgb(236,17,48); }

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

background-color css

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

 a { background-color: rgb(236,17,48); }

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

border-color css

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

 span { border-color: rgb(236,17,48); }

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