Html Css Color HEX #EC062D Torch Red

📋 copy color: '#EC062D'

red 236 ◦ green 6 ◦ blue 45

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

Shades of Torch Red #EC062D

Tints of Torch Red #EC062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

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

R = 82.23%
G = 2.09%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC062D (or 0xEC062D) is known color: Torch Red. HEX triplet: EC, 06 and 2D. RGB value is (236,6,45). Sum of RGB (Red+Green+Blue) = 236+6+45=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC062D is #13F9D2. Grayscale: #4F4F4F. Windows color (decimal): -1309139 or 2950892. OLE color: 2950892.

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

Color convert

RGB 236 6 45 -
CMYK 0 0.97 0.81 0.07
HSL 349.83º 0.95% 0.47% -
HSV(B) 349.83º 0.97% 0.93% -
XYZ 35.13 18.15 4.13 -
YUV 79.22 108.7 239.83 -
System Red Green Blue C M Y K H S L
Decimal 236 6 45 0 0.97 0.81 0.07 349.83 0.95 0.47
Hex EC 6 2D 0 61 51 7 15E 5F 2F
Octal 354 6 55 0 141 121 7 536 137 57
Binary 11101100 110 101101 0 1100001 1010001 111 101011110 1011111 101111

Color Harmonies of #EC062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC062D

Black with #EC062D

Text Example


Text Example

White with #EC062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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