Html Css Color HEX #EC0421 Torch Red

📋 copy color: '#EC0421'

red 236 ◦ green 4 ◦ blue 33

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

Shades of Torch Red #EC0421

Tints of Torch Red #EC0421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 86.45%
G = 1.47%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0421 (or 0xEC0421) is known color: Torch Red. HEX triplet: EC, 04 and 21. RGB value is (236,4,33). Sum of RGB (Red+Green+Blue) = 236+4+33=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0421 is #13FBDE. Grayscale: #4C4C4C. Windows color (decimal): -1309663 or 2163948. OLE color: 2163948.

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

Color convert

RGB 236 4 33 -
CMYK 0 0.98 0.86 0.07
HSL 352.5º 0.97% 0.47% -
HSV(B) 352.5º 0.98% 0.93% -
XYZ 34.91 18.03 3.08 -
YUV 76.67 103.36 241.64 -
System Red Green Blue C M Y K H S L
Decimal 236 4 33 0 0.98 0.86 0.07 352.5 0.97 0.47
Hex EC 4 21 0 62 56 7 160 61 2F
Octal 354 4 41 0 142 126 7 540 141 57
Binary 11101100 100 100001 0 1100010 1010110 111 101100000 1100001 101111

Color Harmonies of #EC0421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0421

Black with #EC0421

Text Example


Text Example

White with #EC0421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0421; }

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

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

background-color css

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

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

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

border-color css

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

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

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