Html Css Color HEX #EC002D Torch Red

📋 copy color: '#EC002D'

red 236 ◦ green 0 ◦ blue 45

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

Shades of Torch Red #EC002D

Tints of Torch Red #EC002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 83.99%
G = 0%
B = 16.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC002D (or 0xEC002D) is known color: Torch Red. HEX triplet: EC, 00 and 2D. RGB value is (236,0,45). Sum of RGB (Red+Green+Blue) = 236+0+45=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC002D is #13FFD2. Grayscale: #4B4B4B. Windows color (decimal): -1310675 or 2949356. OLE color: 2949356.

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

Color convert

RGB 236 0 45 -
CMYK 0 1 0.81 0.07
HSL 348.56º 1% 0.46% -
HSV(B) 348.56º 1% 0.93% -
XYZ 35.07 18.02 4.11 -
YUV 75.69 110.69 242.34 -
System Red Green Blue C M Y K H S L
Decimal 236 0 45 0 1 0.81 0.07 348.56 1 0.46
Hex EC 0 2D 0 64 51 7 15D 64 2E
Octal 354 0 55 0 144 121 7 535 144 56
Binary 11101100 0 101101 0 1100100 1010001 111 101011101 1100100 101110

Color Harmonies of #EC002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC002D

Black with #EC002D

Text Example


Text Example

White with #EC002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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