Html Css Color HEX #EC0330 Torch Red

📋 copy color: '#EC0330'

red 236 ◦ green 3 ◦ blue 48

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

Shades of Torch Red #EC0330

Tints of Torch Red #EC0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 82.23%
G = 1.05%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC0330 (or 0xEC0330) is known color: Torch Red. HEX triplet: EC, 03 and 30. RGB value is (236,3,48). Sum of RGB (Red+Green+Blue) = 236+3+48=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0330 is #13FCCF. Grayscale: #4D4D4D. Windows color (decimal): -1309904 or 3146732. OLE color: 3146732.

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

Color convert

RGB 236 3 48 -
CMYK 0 0.99 0.80 0.07
HSL 348.41º 0.97% 0.47% -
HSV(B) 348.41º 0.99% 0.93% -
XYZ 35.16 18.11 4.44 -
YUV 77.8 111.19 240.84 -
System Red Green Blue C M Y K H S L
Decimal 236 3 48 0 0.99 0.80 0.07 348.41 0.97 0.47
Hex EC 3 30 0 63 50 7 15C 61 2F
Octal 354 3 60 0 143 120 7 534 141 57
Binary 11101100 11 110000 0 1100011 1010000 111 101011100 1100001 101111

Color Harmonies of #EC0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0330

Black with #EC0330

Text Example


Text Example

White with #EC0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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