Html Css Color HEX #EC0028 Torch Red

📋 copy color: '#EC0028'

red 236 ◦ green 0 ◦ blue 40

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

Shades of Torch Red #EC0028

Tints of Torch Red #EC0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 85.51%
G = 0%
B = 14.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC0028 (or 0xEC0028) is known color: Torch Red. HEX triplet: EC, 00 and 28. RGB value is (236,0,40). Sum of RGB (Red+Green+Blue) = 236+0+40=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0028 is #13FFD7. Grayscale: #4B4B4B. Windows color (decimal): -1310680 or 2621676. OLE color: 2621676.

HSL color Cylindrical-coordinate representation of color #EC0028: hue angle of 349.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0028 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 40 -
CMYK 0 1 0.83 0.07
HSL 349.83º 1% 0.46% -
HSV(B) 349.83º 1% 0.93% -
XYZ 34.98 17.99 3.64 -
YUV 75.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 236 0 40 0 1 0.83 0.07 349.83 1 0.46
Hex EC 0 28 0 64 53 7 15E 64 2E
Octal 354 0 50 0 144 123 7 536 144 56
Binary 11101100 0 101000 0 1100100 1010011 111 101011110 1100100 101110

Color Harmonies of #EC0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0028

Black with #EC0028

Text Example


Text Example

White with #EC0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0028; }

 p { color: rgb(236,0,40); }

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

background-color css

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

 a { background-color: rgb(236,0,40); }

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

border-color css

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

 span { border-color: rgb(236,0,40); }

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