Html Css Color HEX #EC1029 Torch Red

📋 copy color: '#EC1029'

red 236 ◦ green 16 ◦ blue 41

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

Shades of Torch Red #EC1029

Tints of Torch Red #EC1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 80.55%
G = 5.46%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1029 (or 0xEC1029) is known color: Torch Red. HEX triplet: EC, 10 and 29. RGB value is (236,16,41). Sum of RGB (Red+Green+Blue) = 236+16+41=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1029 is #13EFD6. Grayscale: #545454. Windows color (decimal): -1306583 or 2691308. OLE color: 2691308.

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

Color convert

RGB 236 16 41 -
CMYK 0 0.93 0.83 0.07
HSL 353.18º 0.87% 0.49% -
HSV(B) 353.18º 0.93% 0.93% -
XYZ 35.18 18.36 3.79 -
YUV 84.63 103.39 235.97 -
System Red Green Blue C M Y K H S L
Decimal 236 16 41 0 0.93 0.83 0.07 353.18 0.87 0.49
Hex EC 10 29 0 5D 53 7 161 57 31
Octal 354 20 51 0 135 123 7 541 127 61
Binary 11101100 10000 101001 0 1011101 1010011 111 101100001 1010111 110001

Color Harmonies of #EC1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1029

Black with #EC1029

Text Example


Text Example

White with #EC1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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