Html Css Color HEX #EC003C Torch Red

📋 copy color: '#EC003C'

red 236 ◦ green 0 ◦ blue 60

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

Shades of Torch Red #EC003C

Tints of Torch Red #EC003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 79.73%
G = 0%
B = 20.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC003C (or 0xEC003C) is known color: Torch Red. HEX triplet: EC, 00 and 3C. RGB value is (236,0,60). Sum of RGB (Red+Green+Blue) = 236+0+60=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC003C is #13FFC3. Grayscale: #4D4D4D. Windows color (decimal): -1310660 or 3932396. OLE color: 3932396.

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

Color convert

RGB 236 0 60 -
CMYK 0 1 0.75 0.07
HSL 344.75º 1% 0.46% -
HSV(B) 344.75º 1% 0.93% -
XYZ 35.41 18.16 5.91 -
YUV 77.4 118.19 241.12 -
System Red Green Blue C M Y K H S L
Decimal 236 0 60 0 1 0.75 0.07 344.75 1 0.46
Hex EC 0 3C 0 64 4B 7 159 64 2E
Octal 354 0 74 0 144 113 7 531 144 56
Binary 11101100 0 111100 0 1100100 1001011 111 101011001 1100100 101110

Color Harmonies of #EC003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC003C

Black with #EC003C

Text Example


Text Example

White with #EC003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC003C; }

 p { color: rgb(236,0,60); }

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

background-color css

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

 a { background-color: rgb(236,0,60); }

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

border-color css

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

 span { border-color: rgb(236,0,60); }

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