Html Css Color HEX #EC0D27 Torch Red

📋 copy color: '#EC0D27'

red 236 ◦ green 13 ◦ blue 39

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

Shades of Torch Red #EC0D27

Tints of Torch Red #EC0D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 81.94%
G = 4.51%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC0D27 (or 0xEC0D27) is known color: Torch Red. HEX triplet: EC, 0D and 27. RGB value is (236,13,39). Sum of RGB (Red+Green+Blue) = 236+13+39=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D27 is #13F2D8. Grayscale: #525252. Windows color (decimal): -1307353 or 2559468. OLE color: 2559468.

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

Color convert

RGB 236 13 39 -
CMYK 0 0.94 0.83 0.07
HSL 353º 0.9% 0.49% -
HSV(B) 353º 0.94% 0.93% -
XYZ 35.1 18.27 3.6 -
YUV 82.64 103.38 237.39 -
System Red Green Blue C M Y K H S L
Decimal 236 13 39 0 0.94 0.83 0.07 353 0.9 0.49
Hex EC D 27 0 5E 53 7 161 5A 31
Octal 354 15 47 0 136 123 7 541 132 61
Binary 11101100 1101 100111 0 1011110 1010011 111 101100001 1011010 110001

Color Harmonies of #EC0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D27

Black with #EC0D27

Text Example


Text Example

White with #EC0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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