Html Css Color HEX #EC0D22 Torch Red

📋 copy color: '#EC0D22'

red 236 ◦ green 13 ◦ blue 34

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

Shades of Torch Red #EC0D22

Tints of Torch Red #EC0D22

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 83.39%
G = 4.59%
B = 12.01%

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

#EC0D22 (or 0xEC0D22) is known color: Torch Red. HEX triplet: EC, 0D and 22. RGB value is (236,13,34). Sum of RGB (Red+Green+Blue) = 236+13+34=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D22 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D22 is #13F2DD. Grayscale: #525252. Windows color (decimal): -1307358 or 2231788. OLE color: 2231788.

HSL color Cylindrical-coordinate representation of color #EC0D22: hue angle of 354.35º degrees, saturation: 0.9, 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 #EC0D22 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 34 -
CMYK 0 0.94 0.86 0.07
HSL 354.35º 0.9% 0.49% -
HSV(B) 354.35º 0.94% 0.93% -
XYZ 35.02 18.24 3.19 -
YUV 82.07 100.88 237.79 -
System Red Green Blue C M Y K H S L
Decimal 236 13 34 0 0.94 0.86 0.07 354.35 0.9 0.49
Hex EC D 22 0 5E 56 7 162 5A 31
Octal 354 15 42 0 136 126 7 542 132 61
Binary 11101100 1101 100010 0 1011110 1010110 111 101100010 1011010 110001

Color Harmonies of #EC0D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D22

Black with #EC0D22

Text Example


Text Example

White with #EC0D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D22; }

 p { color: rgb(236,13,34); }

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

background-color css

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

 a { background-color: rgb(236,13,34); }

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

border-color css

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

 span { border-color: rgb(236,13,34); }

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