Html Css Color HEX #EC0927 Torch Red

📋 copy color: '#EC0927'

red 236 ◦ green 9 ◦ blue 39

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

Shades of Torch Red #EC0927

Tints of Torch Red #EC0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 83.1%
G = 3.17%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC0927 (or 0xEC0927) is known color: Torch Red. HEX triplet: EC, 09 and 27. RGB value is (236,9,39). Sum of RGB (Red+Green+Blue) = 236+9+39=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0927 is #13F6D8. Grayscale: #505050. Windows color (decimal): -1308377 or 2558444. OLE color: 2558444.

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

Color convert

RGB 236 9 39 -
CMYK 0 0.96 0.83 0.07
HSL 352.07º 0.93% 0.48% -
HSV(B) 352.07º 0.96% 0.93% -
XYZ 35.06 18.17 3.58 -
YUV 80.29 104.71 239.06 -
System Red Green Blue C M Y K H S L
Decimal 236 9 39 0 0.96 0.83 0.07 352.07 0.93 0.48
Hex EC 9 27 0 60 53 7 160 5D 30
Octal 354 11 47 0 140 123 7 540 135 60
Binary 11101100 1001 100111 0 1100000 1010011 111 101100000 1011101 110000

Color Harmonies of #EC0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0927

Black with #EC0927

Text Example


Text Example

White with #EC0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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