Html Css Color HEX #EC0F21 Torch Red

📋 copy color: '#EC0F21'

red 236 ◦ green 15 ◦ blue 33

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

Shades of Torch Red #EC0F21

Tints of Torch Red #EC0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

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

R = 83.1%
G = 5.28%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0F21 (or 0xEC0F21) is known color: Torch Red. HEX triplet: EC, 0F and 21. RGB value is (236,15,33). Sum of RGB (Red+Green+Blue) = 236+15+33=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F21 is #13F0DE. Grayscale: #535353. Windows color (decimal): -1306847 or 2166764. OLE color: 2166764.

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

Color convert

RGB 236 15 33 -
CMYK 0 0.94 0.86 0.07
HSL 355.11º 0.88% 0.49% -
HSV(B) 355.11º 0.94% 0.93% -
XYZ 35.04 18.28 3.12 -
YUV 83.13 99.72 237.04 -
System Red Green Blue C M Y K H S L
Decimal 236 15 33 0 0.94 0.86 0.07 355.11 0.88 0.49
Hex EC F 21 0 5E 56 7 163 58 31
Octal 354 17 41 0 136 126 7 543 130 61
Binary 11101100 1111 100001 0 1011110 1010110 111 101100011 1011000 110001

Color Harmonies of #EC0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F21

Black with #EC0F21

Text Example


Text Example

White with #EC0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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