Html Css Color HEX #EC1021 Torch Red

📋 copy color: '#EC1021'

red 236 ◦ green 16 ◦ blue 33

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

Shades of Torch Red #EC1021

Tints of Torch Red #EC1021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 82.81%
G = 5.61%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC1021 (or 0xEC1021) is known color: Torch Red. HEX triplet: EC, 10 and 21. RGB value is (236,16,33). Sum of RGB (Red+Green+Blue) = 236+16+33=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1021 is #13EFDE. Grayscale: #535353. Windows color (decimal): -1306591 or 2167020. OLE color: 2167020.

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

Color convert

RGB 236 16 33 -
CMYK 0 0.93 0.86 0.07
HSL 355.36º 0.87% 0.49% -
HSV(B) 355.36º 0.93% 0.93% -
XYZ 35.05 18.31 3.13 -
YUV 83.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 236 16 33 0 0.93 0.86 0.07 355.36 0.87 0.49
Hex EC 10 21 0 5D 56 7 163 57 31
Octal 354 20 41 0 135 126 7 543 127 61
Binary 11101100 10000 100001 0 1011101 1010110 111 101100011 1010111 110001

Color Harmonies of #EC1021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1021

Black with #EC1021

Text Example


Text Example

White with #EC1021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1021; }

 p { color: rgb(236,16,33); }

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

background-color css

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

 a { background-color: rgb(236,16,33); }

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

border-color css

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

 span { border-color: rgb(236,16,33); }

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