Html Css Color HEX #EC0D1E Torch Red

📋 copy color: '#EC0D1E'

red 236 ◦ green 13 ◦ blue 30

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

Shades of Torch Red #EC0D1E

Tints of Torch Red #EC0D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 84.59%
G = 4.66%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC0D1E (or 0xEC0D1E) is known color: Torch Red. HEX triplet: EC, 0D and 1E. RGB value is (236,13,30). Sum of RGB (Red+Green+Blue) = 236+13+30=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D1E is #13F2E1. Grayscale: #515151. Windows color (decimal): -1307362 or 1969644. OLE color: 1969644.

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

Color convert

RGB 236 13 30 -
CMYK 0 0.94 0.87 0.07
HSL 355.43º 0.9% 0.49% -
HSV(B) 355.43º 0.94% 0.93% -
XYZ 34.97 18.21 2.9 -
YUV 81.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 236 13 30 0 0.94 0.87 0.07 355.43 0.9 0.49
Hex EC D 1E 0 5E 57 7 163 5A 31
Octal 354 15 36 0 136 127 7 543 132 61
Binary 11101100 1101 11110 0 1011110 1010111 111 101100011 1011010 110001

Color Harmonies of #EC0D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D1E

Black with #EC0D1E

Text Example


Text Example

White with #EC0D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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