Html Css Color HEX #EC021D Torch Red

📋 copy color: '#EC021D'

red 236 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #EC021D

Tints of Torch Red #EC021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 88.39%
G = 0.75%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC021D (or 0xEC021D) is known color: Torch Red. HEX triplet: EC, 02 and 1D. RGB value is (236,2,29). Sum of RGB (Red+Green+Blue) = 236+2+29=267 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.39% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021D is #13FDE2. Grayscale: #4B4B4B. Windows color (decimal): -1310179 or 1901292. OLE color: 1901292.

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

Color convert

RGB 236 2 29 -
CMYK 0 0.99 0.88 0.07
HSL 353.08º 0.98% 0.47% -
HSV(B) 353.08º 0.99% 0.93% -
XYZ 34.84 17.96 2.79 -
YUV 75.04 102.02 242.8 -
System Red Green Blue C M Y K H S L
Decimal 236 2 29 0 0.99 0.88 0.07 353.08 0.98 0.47
Hex EC 2 1D 0 63 58 7 161 62 2F
Octal 354 2 35 0 143 130 7 541 142 57
Binary 11101100 10 11101 0 1100011 1011000 111 101100001 1100010 101111

Color Harmonies of #EC021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC021D

Black with #EC021D

Text Example


Text Example

White with #EC021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC021D; }

 p { color: rgb(236,2,29); }

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

background-color css

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

 a { background-color: rgb(236,2,29); }

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

border-color css

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

 span { border-color: rgb(236,2,29); }

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