Html Css Color HEX #EC0928 Torch Red

📋 copy color: '#EC0928'

red 236 ◦ green 9 ◦ blue 40

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

Shades of Torch Red #EC0928

Tints of Torch Red #EC0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 82.81%
G = 3.16%
B = 14.04%

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

#EC0928 (or 0xEC0928) is known color: Torch Red. HEX triplet: EC, 09 and 28. RGB value is (236,9,40). Sum of RGB (Red+Green+Blue) = 236+9+40=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0928 is #13F6D7. Grayscale: #505050. Windows color (decimal): -1308376 or 2623980. OLE color: 2623980.

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

Color convert

RGB 236 9 40 -
CMYK 0 0.96 0.83 0.07
HSL 351.81º 0.93% 0.48% -
HSV(B) 351.81º 0.96% 0.93% -
XYZ 35.07 18.18 3.67 -
YUV 80.41 105.21 238.98 -
System Red Green Blue C M Y K H S L
Decimal 236 9 40 0 0.96 0.83 0.07 351.81 0.93 0.48
Hex EC 9 28 0 60 53 7 160 5D 30
Octal 354 11 50 0 140 123 7 540 135 60
Binary 11101100 1001 101000 0 1100000 1010011 111 101100000 1011101 110000

Color Harmonies of #EC0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0928

Black with #EC0928

Text Example


Text Example

White with #EC0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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