Html Css Color HEX #EC051E Torch Red

📋 copy color: '#EC051E'

red 236 ◦ green 5 ◦ blue 30

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

Shades of Torch Red #EC051E

Tints of Torch Red #EC051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 87.08%
G = 1.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC051E (or 0xEC051E) is known color: Torch Red. HEX triplet: EC, 05 and 1E. RGB value is (236,5,30). Sum of RGB (Red+Green+Blue) = 236+5+30=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051E is #13FAE1. Grayscale: #4D4D4D. Windows color (decimal): -1309410 or 1967596. OLE color: 1967596.

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

Color convert

RGB 236 5 30 -
CMYK 0 0.98 0.87 0.07
HSL 353.51º 0.96% 0.47% -
HSV(B) 353.51º 0.98% 0.93% -
XYZ 34.88 18.04 2.87 -
YUV 76.92 101.53 241.47 -
System Red Green Blue C M Y K H S L
Decimal 236 5 30 0 0.98 0.87 0.07 353.51 0.96 0.47
Hex EC 5 1E 0 62 57 7 162 60 2F
Octal 354 5 36 0 142 127 7 542 140 57
Binary 11101100 101 11110 0 1100010 1010111 111 101100010 1100000 101111

Color Harmonies of #EC051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC051E

Black with #EC051E

Text Example


Text Example

White with #EC051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC051E; }

 p { color: rgb(236,5,30); }

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

background-color css

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

 a { background-color: rgb(236,5,30); }

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

border-color css

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

 span { border-color: rgb(236,5,30); }

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