Html Css Color HEX #EC092A Torch Red

📋 copy color: '#EC092A'

red 236 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #EC092A

Tints of Torch Red #EC092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.14%

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 82.23%
G = 3.14%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC092A (or 0xEC092A) is known color: Torch Red. HEX triplet: EC, 09 and 2A. RGB value is (236,9,42). Sum of RGB (Red+Green+Blue) = 236+9+42=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC092A is #13F6D5. Grayscale: #505050. Windows color (decimal): -1308374 or 2755052. OLE color: 2755052.

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

Color convert

RGB 236 9 42 -
CMYK 0 0.96 0.82 0.07
HSL 351.28º 0.93% 0.48% -
HSV(B) 351.28º 0.96% 0.93% -
XYZ 35.11 18.2 3.85 -
YUV 80.64 106.21 238.82 -
System Red Green Blue C M Y K H S L
Decimal 236 9 42 0 0.96 0.82 0.07 351.28 0.93 0.48
Hex EC 9 2A 0 60 52 7 15F 5D 30
Octal 354 11 52 0 140 122 7 537 135 60
Binary 11101100 1001 101010 0 1100000 1010010 111 101011111 1011101 110000

Color Harmonies of #EC092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC092A

Black with #EC092A

Text Example


Text Example

White with #EC092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC092A; }

 p { color: rgb(236,9,42); }

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

background-color css

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

 a { background-color: rgb(236,9,42); }

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

border-color css

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

 span { border-color: rgb(236,9,42); }

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