Html Css Color HEX #EC0335 Torch Red

📋 copy color: '#EC0335'

red 236 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #EC0335

Tints of Torch Red #EC0335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 80.82%
G = 1.03%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC0335 (or 0xEC0335) is known color: Torch Red. HEX triplet: EC, 03 and 35. RGB value is (236,3,53). Sum of RGB (Red+Green+Blue) = 236+3+53=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0335 is #13FCCA. Grayscale: #4E4E4E. Windows color (decimal): -1309899 or 3474412. OLE color: 3474412.

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

Color convert

RGB 236 3 53 -
CMYK 0 0.99 0.78 0.07
HSL 347.12º 0.97% 0.47% -
HSV(B) 347.12º 0.99% 0.93% -
XYZ 35.27 18.16 5.01 -
YUV 78.37 113.69 240.43 -
System Red Green Blue C M Y K H S L
Decimal 236 3 53 0 0.99 0.78 0.07 347.12 0.97 0.47
Hex EC 3 35 0 63 4E 7 15B 61 2F
Octal 354 3 65 0 143 116 7 533 141 57
Binary 11101100 11 110101 0 1100011 1001110 111 101011011 1100001 101111

Color Harmonies of #EC0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0335

Black with #EC0335

Text Example


Text Example

White with #EC0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0335; }

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

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

background-color css

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

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

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

border-color css

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

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

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