Html Css Color HEX #EC0218 Torch Red

📋 copy color: '#EC0218'

red 236 ◦ green 2 ◦ blue 24

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

Shades of Torch Red #EC0218

Tints of Torch Red #EC0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 90.08%
G = 0.76%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC0218 (or 0xEC0218) is known color: Torch Red. HEX triplet: EC, 02 and 18. RGB value is (236,2,24). Sum of RGB (Red+Green+Blue) = 236+2+24=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0218 is #13FDE7. Grayscale: #4A4A4A. Windows color (decimal): -1310184 or 1573612. OLE color: 1573612.

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

Color convert

RGB 236 2 24 -
CMYK 0 0.99 0.90 0.07
HSL 354.36º 0.98% 0.47% -
HSV(B) 354.36º 0.99% 0.93% -
XYZ 34.78 17.94 2.49 -
YUV 74.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 236 2 24 0 0.99 0.90 0.07 354.36 0.98 0.47
Hex EC 2 18 0 63 5A 7 162 62 2F
Octal 354 2 30 0 143 132 7 542 142 57
Binary 11101100 10 11000 0 1100011 1011010 111 101100010 1100010 101111

Color Harmonies of #EC0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0218

Black with #EC0218

Text Example


Text Example

White with #EC0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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