Html Css Color HEX #EC0630 Torch Red

📋 copy color: '#EC0630'

red 236 ◦ green 6 ◦ blue 48

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

Shades of Torch Red #EC0630

Tints of Torch Red #EC0630

RGB

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

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

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

R = 81.38%
G = 2.07%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC0630 (or 0xEC0630) is known color: Torch Red. HEX triplet: EC, 06 and 30. RGB value is (236,6,48). Sum of RGB (Red+Green+Blue) = 236+6+48=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0630 is #13F9CF. Grayscale: #4F4F4F. Windows color (decimal): -1309136 or 3147500. OLE color: 3147500.

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

Color convert

RGB 236 6 48 -
CMYK 0 0.97 0.80 0.07
HSL 349.04º 0.95% 0.47% -
HSV(B) 349.04º 0.97% 0.93% -
XYZ 35.19 18.18 4.45 -
YUV 79.56 110.2 239.58 -
System Red Green Blue C M Y K H S L
Decimal 236 6 48 0 0.97 0.80 0.07 349.04 0.95 0.47
Hex EC 6 30 0 61 50 7 15D 5F 2F
Octal 354 6 60 0 141 120 7 535 137 57
Binary 11101100 110 110000 0 1100001 1010000 111 101011101 1011111 101111

Color Harmonies of #EC0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0630

Black with #EC0630

Text Example


Text Example

White with #EC0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0630; }

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

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

background-color css

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

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

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

border-color css

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

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

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