Html Css Color HEX #EC061C Torch Red

📋 copy color: '#EC061C'

red 236 ◦ green 6 ◦ blue 28

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

Shades of Torch Red #EC061C

Tints of Torch Red #EC061C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 87.41%
G = 2.22%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC061C (or 0xEC061C) is known color: Torch Red. HEX triplet: EC, 06 and 1C. RGB value is (236,6,28). Sum of RGB (Red+Green+Blue) = 236+6+28=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC061C is #13F9E3. Grayscale: #4D4D4D. Windows color (decimal): -1309156 or 1836780. OLE color: 1836780.

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

Color convert

RGB 236 6 28 -
CMYK 0 0.97 0.88 0.07
HSL 354.26º 0.95% 0.47% -
HSV(B) 354.26º 0.97% 0.93% -
XYZ 34.87 18.05 2.74 -
YUV 77.28 100.2 241.21 -
System Red Green Blue C M Y K H S L
Decimal 236 6 28 0 0.97 0.88 0.07 354.26 0.95 0.47
Hex EC 6 1C 0 61 58 7 162 5F 2F
Octal 354 6 34 0 141 130 7 542 137 57
Binary 11101100 110 11100 0 1100001 1011000 111 101100010 1011111 101111

Color Harmonies of #EC061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC061C

Black with #EC061C

Text Example


Text Example

White with #EC061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC061C; }

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

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

background-color css

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

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

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

border-color css

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

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

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