Html Css Color HEX #EC061A Torch Red

📋 copy color: '#EC061A'

red 236 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #EC061A

Tints of Torch Red #EC061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 88.06%
G = 2.24%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC061A (or 0xEC061A) is known color: Torch Red. HEX triplet: EC, 06 and 1A. RGB value is (236,6,26). Sum of RGB (Red+Green+Blue) = 236+6+26=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC061A is #13F9E5. Grayscale: #4D4D4D. Windows color (decimal): -1309158 or 1705708. OLE color: 1705708.

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

Color convert

RGB 236 6 26 -
CMYK 0 0.97 0.89 0.07
HSL 354.78º 0.95% 0.47% -
HSV(B) 354.78º 0.97% 0.93% -
XYZ 34.84 18.04 2.62 -
YUV 77.05 99.2 241.37 -
System Red Green Blue C M Y K H S L
Decimal 236 6 26 0 0.97 0.89 0.07 354.78 0.95 0.47
Hex EC 6 1A 0 61 59 7 163 5F 2F
Octal 354 6 32 0 141 131 7 543 137 57
Binary 11101100 110 11010 0 1100001 1011001 111 101100011 1011111 101111

Color Harmonies of #EC061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC061A

Black with #EC061A

Text Example


Text Example

White with #EC061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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