Html Css Color HEX #EC1433 Torch Red

📋 copy color: '#EC1433'

red 236 ◦ green 20 ◦ blue 51

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

Shades of Torch Red #EC1433

Tints of Torch Red #EC1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 76.87%
G = 6.51%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1433 (or 0xEC1433) is known color: Torch Red. HEX triplet: EC, 14 and 33. RGB value is (236,20,51). Sum of RGB (Red+Green+Blue) = 236+20+51=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1433 is #13EBCC. Grayscale: #585858. Windows color (decimal): -1305549 or 3347692. OLE color: 3347692.

HSL color Cylindrical-coordinate representation of color #EC1433: hue angle of 351.39º degrees, saturation: 0.85, 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 #EC1433 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 20 51 -
CMYK 0 0.92 0.78 0.07
HSL 351.39º 0.85% 0.5% -
HSV(B) 351.39º 0.92% 0.93% -
XYZ 35.44 18.57 4.85 -
YUV 88.12 107.06 233.48 -
System Red Green Blue C M Y K H S L
Decimal 236 20 51 0 0.92 0.78 0.07 351.39 0.85 0.5
Hex EC 14 33 0 5C 4E 7 15F 55 32
Octal 354 24 63 0 134 116 7 537 125 62
Binary 11101100 10100 110011 0 1011100 1001110 111 101011111 1010101 110010

Color Harmonies of #EC1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1433

Black with #EC1433

Text Example


Text Example

White with #EC1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1433; }

 p { color: rgb(236,20,51); }

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

background-color css

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

 a { background-color: rgb(236,20,51); }

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

border-color css

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

 span { border-color: rgb(236,20,51); }

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