Html Css Color HEX #EC0D37 Torch Red

📋 copy color: '#EC0D37'

red 236 ◦ green 13 ◦ blue 55

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

Shades of Torch Red #EC0D37

Tints of Torch Red #EC0D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 77.63%
G = 4.28%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC0D37 (or 0xEC0D37) is known color: Torch Red. HEX triplet: EC, 0D and 37. RGB value is (236,13,55). Sum of RGB (Red+Green+Blue) = 236+13+55=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D37 is #13F2C8. Grayscale: #545454. Windows color (decimal): -1307337 or 3608044. OLE color: 3608044.

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

Color convert

RGB 236 13 55 -
CMYK 0 0.94 0.77 0.07
HSL 348.7º 0.9% 0.49% -
HSV(B) 348.7º 0.94% 0.93% -
XYZ 35.43 18.4 5.3 -
YUV 84.47 111.38 236.08 -
System Red Green Blue C M Y K H S L
Decimal 236 13 55 0 0.94 0.77 0.07 348.7 0.9 0.49
Hex EC D 37 0 5E 4D 7 15D 5A 31
Octal 354 15 67 0 136 115 7 535 132 61
Binary 11101100 1101 110111 0 1011110 1001101 111 101011101 1011010 110001

Color Harmonies of #EC0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D37

Black with #EC0D37

Text Example


Text Example

White with #EC0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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