Html Css Color HEX #EC062A Torch Red

📋 copy color: '#EC062A'

red 236 ◦ green 6 ◦ blue 42

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

Shades of Torch Red #EC062A

Tints of Torch Red #EC062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 83.1%
G = 2.11%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC062A (or 0xEC062A) is known color: Torch Red. HEX triplet: EC, 06 and 2A. RGB value is (236,6,42). Sum of RGB (Red+Green+Blue) = 236+6+42=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC062A is #13F9D5. Grayscale: #4E4E4E. Windows color (decimal): -1309142 or 2754284. OLE color: 2754284.

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

Color convert

RGB 236 6 42 -
CMYK 0 0.97 0.82 0.07
HSL 350.61º 0.95% 0.47% -
HSV(B) 350.61º 0.97% 0.93% -
XYZ 35.08 18.13 3.84 -
YUV 78.87 107.2 240.07 -
System Red Green Blue C M Y K H S L
Decimal 236 6 42 0 0.97 0.82 0.07 350.61 0.95 0.47
Hex EC 6 2A 0 61 52 7 15F 5F 2F
Octal 354 6 52 0 141 122 7 537 137 57
Binary 11101100 110 101010 0 1100001 1010010 111 101011111 1011111 101111

Color Harmonies of #EC062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC062A

Black with #EC062A

Text Example


Text Example

White with #EC062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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