Html Css Color HEX #EC0320 Torch Red

📋 copy color: '#EC0320'

red 236 ◦ green 3 ◦ blue 32

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

Shades of Torch Red #EC0320

Tints of Torch Red #EC0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 87.08%
G = 1.11%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0320 (or 0xEC0320) is known color: Torch Red. HEX triplet: EC, 03 and 20. RGB value is (236,3,32). Sum of RGB (Red+Green+Blue) = 236+3+32=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0320 is #13FCDF. Grayscale: #4C4C4C. Windows color (decimal): -1309920 or 2098156. OLE color: 2098156.

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

Color convert

RGB 236 3 32 -
CMYK 0 0.99 0.86 0.07
HSL 352.53º 0.97% 0.47% -
HSV(B) 352.53º 0.99% 0.93% -
XYZ 34.89 18 3 -
YUV 75.97 103.19 242.14 -
System Red Green Blue C M Y K H S L
Decimal 236 3 32 0 0.99 0.86 0.07 352.53 0.97 0.47
Hex EC 3 20 0 63 56 7 161 61 2F
Octal 354 3 40 0 143 126 7 541 141 57
Binary 11101100 11 100000 0 1100011 1010110 111 101100001 1100001 101111

Color Harmonies of #EC0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0320

Black with #EC0320

Text Example


Text Example

White with #EC0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0320; }

 p { color: rgb(236,3,32); }

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

background-color css

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

 a { background-color: rgb(236,3,32); }

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

border-color css

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

 span { border-color: rgb(236,3,32); }

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