Html Css Color HEX #EC1030 Torch Red

📋 copy color: '#EC1030'

red 236 ◦ green 16 ◦ blue 48

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

Shades of Torch Red #EC1030

Tints of Torch Red #EC1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 48 (19.14% from 255) = 16%

R = 78.67%
G = 5.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1030 (or 0xEC1030) is known color: Torch Red. HEX triplet: EC, 10 and 30. RGB value is (236,16,48). Sum of RGB (Red+Green+Blue) = 236+16+48=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1030 is #13EFCF. Grayscale: #555555. Windows color (decimal): -1306576 or 3150060. OLE color: 3150060.

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

Color convert

RGB 236 16 48 -
CMYK 0 0.93 0.80 0.07
HSL 351.27º 0.87% 0.49% -
HSV(B) 351.27º 0.93% 0.93% -
XYZ 35.31 18.42 4.49 -
YUV 85.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 236 16 48 0 0.93 0.80 0.07 351.27 0.87 0.49
Hex EC 10 30 0 5D 50 7 15F 57 31
Octal 354 20 60 0 135 120 7 537 127 61
Binary 11101100 10000 110000 0 1011101 1010000 111 101011111 1010111 110001

Color Harmonies of #EC1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1030

Black with #EC1030

Text Example


Text Example

White with #EC1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1030; }

 p { color: rgb(236,16,48); }

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

background-color css

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

 a { background-color: rgb(236,16,48); }

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

border-color css

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

 span { border-color: rgb(236,16,48); }

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