Html Css Color HEX #EC1023 Torch Red

📋 copy color: '#EC1023'

red 236 ◦ green 16 ◦ blue 35

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

Shades of Torch Red #EC1023

Tints of Torch Red #EC1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 82.23%
G = 5.57%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1023 (or 0xEC1023) is known color: Torch Red. HEX triplet: EC, 10 and 23. RGB value is (236,16,35). Sum of RGB (Red+Green+Blue) = 236+16+35=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1023 is #13EFDC. Grayscale: #545454. Windows color (decimal): -1306589 or 2298092. OLE color: 2298092.

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

Color convert

RGB 236 16 35 -
CMYK 0 0.93 0.85 0.07
HSL 354.82º 0.87% 0.49% -
HSV(B) 354.82º 0.93% 0.93% -
XYZ 35.08 18.32 3.28 -
YUV 83.95 100.39 236.46 -
System Red Green Blue C M Y K H S L
Decimal 236 16 35 0 0.93 0.85 0.07 354.82 0.87 0.49
Hex EC 10 23 0 5D 55 7 163 57 31
Octal 354 20 43 0 135 125 7 543 127 61
Binary 11101100 10000 100011 0 1011101 1010101 111 101100011 1010111 110001

Color Harmonies of #EC1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1023

Black with #EC1023

Text Example


Text Example

White with #EC1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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