Html Css Color HEX #EC0022 Torch Red

📋 copy color: '#EC0022'

red 236 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #EC0022

Tints of Torch Red #EC0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 87.41%
G = 0%
B = 12.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0022 (or 0xEC0022) is known color: Torch Red. HEX triplet: EC, 00 and 22. RGB value is (236,0,34). Sum of RGB (Red+Green+Blue) = 236+0+34=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0022 is #13FFDD. Grayscale: #4A4A4A. Windows color (decimal): -1310686 or 2228460. OLE color: 2228460.

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

Color convert

RGB 236 0 34 -
CMYK 0 1 0.86 0.07
HSL 351.36º 1% 0.46% -
HSV(B) 351.36º 1% 0.93% -
XYZ 34.88 17.95 3.14 -
YUV 74.44 105.19 243.24 -
System Red Green Blue C M Y K H S L
Decimal 236 0 34 0 1 0.86 0.07 351.36 1 0.46
Hex EC 0 22 0 64 56 7 15F 64 2E
Octal 354 0 42 0 144 126 7 537 144 56
Binary 11101100 0 100010 0 1100100 1010110 111 101011111 1100100 101110

Color Harmonies of #EC0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0022

Black with #EC0022

Text Example


Text Example

White with #EC0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0022; }

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

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

background-color css

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

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

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

border-color css

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

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

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