Html Css Color HEX #EC1530 Torch Red

📋 copy color: '#EC1530'

red 236 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #EC1530

Tints of Torch Red #EC1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 77.38%
G = 6.89%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1530 (or 0xEC1530) is known color: Torch Red. HEX triplet: EC, 15 and 30. RGB value is (236,21,48). Sum of RGB (Red+Green+Blue) = 236+21+48=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1530 is #13EACF. Grayscale: #585858. Windows color (decimal): -1305296 or 3151340. OLE color: 3151340.

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

Color convert

RGB 236 21 48 -
CMYK 0 0.91 0.80 0.07
HSL 352.47º 0.85% 0.5% -
HSV(B) 352.47º 0.91% 0.93% -
XYZ 35.39 18.58 4.52 -
YUV 88.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 236 21 48 0 0.91 0.80 0.07 352.47 0.85 0.5
Hex EC 15 30 0 5B 50 7 160 55 32
Octal 354 25 60 0 133 120 7 540 125 62
Binary 11101100 10101 110000 0 1011011 1010000 111 101100000 1010101 110010

Color Harmonies of #EC1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1530

Black with #EC1530

Text Example


Text Example

White with #EC1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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