Html Css Color HEX #EC051B Torch Red

📋 copy color: '#EC051B'

red 236 ◦ green 5 ◦ blue 27

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

Shades of Torch Red #EC051B

Tints of Torch Red #EC051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 88.06%
G = 1.87%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC051B (or 0xEC051B) is known color: Torch Red. HEX triplet: EC, 05 and 1B. RGB value is (236,5,27). Sum of RGB (Red+Green+Blue) = 236+5+27=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC051B is #13FAE4. Grayscale: #4C4C4C. Windows color (decimal): -1309413 or 1770988. OLE color: 1770988.

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

Color convert

RGB 236 5 27 -
CMYK 0 0.98 0.89 0.07
HSL 354.29º 0.96% 0.47% -
HSV(B) 354.29º 0.98% 0.93% -
XYZ 34.84 18.02 2.68 -
YUV 76.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 236 5 27 0 0.98 0.89 0.07 354.29 0.96 0.47
Hex EC 5 1B 0 62 59 7 162 60 2F
Octal 354 5 33 0 142 131 7 542 140 57
Binary 11101100 101 11011 0 1100010 1011001 111 101100010 1100000 101111

Color Harmonies of #EC051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC051B

Black with #EC051B

Text Example


Text Example

White with #EC051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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