Html Css Color HEX #EC091A Torch Red

📋 copy color: '#EC091A'

red 236 ◦ green 9 ◦ blue 26

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

Shades of Torch Red #EC091A

Tints of Torch Red #EC091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 87.08%
G = 3.32%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC091A (or 0xEC091A) is known color: Torch Red. HEX triplet: EC, 09 and 1A. RGB value is (236,9,26). Sum of RGB (Red+Green+Blue) = 236+9+26=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC091A is #13F6E5. Grayscale: #4E4E4E. Windows color (decimal): -1308390 or 1706476. OLE color: 1706476.

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

Color convert

RGB 236 9 26 -
CMYK 0 0.96 0.89 0.07
HSL 355.51º 0.93% 0.48% -
HSV(B) 355.51º 0.96% 0.93% -
XYZ 34.88 18.1 2.63 -
YUV 78.81 98.21 240.12 -
System Red Green Blue C M Y K H S L
Decimal 236 9 26 0 0.96 0.89 0.07 355.51 0.93 0.48
Hex EC 9 1A 0 60 59 7 164 5D 30
Octal 354 11 32 0 140 131 7 544 135 60
Binary 11101100 1001 11010 0 1100000 1011001 111 101100100 1011101 110000

Color Harmonies of #EC091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC091A

Black with #EC091A

Text Example


Text Example

White with #EC091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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