Html Css Color HEX #EC0823 Torch Red

📋 copy color: '#EC0823'

red 236 ◦ green 8 ◦ blue 35

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

Shades of Torch Red #EC0823

Tints of Torch Red #EC0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 84.59%
G = 2.87%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC0823 (or 0xEC0823) is known color: Torch Red. HEX triplet: EC, 08 and 23. RGB value is (236,8,35). Sum of RGB (Red+Green+Blue) = 236+8+35=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0823 is #13F7DC. Grayscale: #4F4F4F. Windows color (decimal): -1308637 or 2296044. OLE color: 2296044.

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

Color convert

RGB 236 8 35 -
CMYK 0 0.97 0.85 0.07
HSL 352.89º 0.93% 0.48% -
HSV(B) 352.89º 0.97% 0.93% -
XYZ 34.98 18.13 3.25 -
YUV 79.25 103.04 239.8 -
System Red Green Blue C M Y K H S L
Decimal 236 8 35 0 0.97 0.85 0.07 352.89 0.93 0.48
Hex EC 8 23 0 61 55 7 161 5D 30
Octal 354 10 43 0 141 125 7 541 135 60
Binary 11101100 1000 100011 0 1100001 1010101 111 101100001 1011101 110000

Color Harmonies of #EC0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0823

Black with #EC0823

Text Example


Text Example

White with #EC0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0823; }

 p { color: rgb(236,8,35); }

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

background-color css

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

 a { background-color: rgb(236,8,35); }

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

border-color css

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

 span { border-color: rgb(236,8,35); }

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