Html Css Color HEX #EC0319 Torch Red

📋 copy color: '#EC0319'

red 236 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #EC0319

Tints of Torch Red #EC0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 89.39%
G = 1.14%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC0319 (or 0xEC0319) is known color: Torch Red. HEX triplet: EC, 03 and 19. RGB value is (236,3,25). Sum of RGB (Red+Green+Blue) = 236+3+25=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0319 is #13FCE6. Grayscale: #4B4B4B. Windows color (decimal): -1309927 or 1639404. OLE color: 1639404.

HSL color Cylindrical-coordinate representation of color #EC0319: hue angle of 354.33º degrees, saturation: 0.97, 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 #EC0319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 3 25 -
CMYK 0 0.99 0.89 0.07
HSL 354.33º 0.97% 0.47% -
HSV(B) 354.33º 0.99% 0.93% -
XYZ 34.8 17.97 2.55 -
YUV 75.18 99.69 242.71 -
System Red Green Blue C M Y K H S L
Decimal 236 3 25 0 0.99 0.89 0.07 354.33 0.97 0.47
Hex EC 3 19 0 63 59 7 162 61 2F
Octal 354 3 31 0 143 131 7 542 141 57
Binary 11101100 11 11001 0 1100011 1011001 111 101100010 1100001 101111

Color Harmonies of #EC0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0319

Black with #EC0319

Text Example


Text Example

White with #EC0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0319; }

 p { color: rgb(236,3,25); }

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

background-color css

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

 a { background-color: rgb(236,3,25); }

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

border-color css

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

 span { border-color: rgb(236,3,25); }

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