Html Css Color HEX #EC0018 Torch Red

📋 copy color: '#EC0018'

red 236 ◦ green 0 ◦ blue 24

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

Shades of Torch Red #EC0018

Tints of Torch Red #EC0018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 90.77%
G = 0%
B = 9.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0018 (or 0xEC0018) is known color: Torch Red. HEX triplet: EC, 00 and 18. RGB value is (236,0,24). Sum of RGB (Red+Green+Blue) = 236+0+24=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0018 is #13FFE7. Grayscale: #494949. Windows color (decimal): -1310696 or 1573100. OLE color: 1573100.

HSL color Cylindrical-coordinate representation of color #EC0018: hue angle of 353.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 24 -
CMYK 0 1 0.90 0.07
HSL 353.9º 1% 0.46% -
HSV(B) 353.9º 1% 0.93% -
XYZ 34.76 17.9 2.49 -
YUV 73.3 100.19 244.05 -
System Red Green Blue C M Y K H S L
Decimal 236 0 24 0 1 0.90 0.07 353.9 1 0.46
Hex EC 0 18 0 64 5A 7 162 64 2E
Octal 354 0 30 0 144 132 7 542 144 56
Binary 11101100 0 11000 0 1100100 1011010 111 101100010 1100100 101110

Color Harmonies of #EC0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0018

Black with #EC0018

Text Example


Text Example

White with #EC0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0018; }

 p { color: rgb(236,0,24); }

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

background-color css

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

 a { background-color: rgb(236,0,24); }

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

border-color css

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

 span { border-color: rgb(236,0,24); }

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