Html Css Color HEX #EC081B Torch Red

📋 copy color: '#EC081B'

red 236 ◦ green 8 ◦ blue 27

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

Shades of Torch Red #EC081B

Tints of Torch Red #EC081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 87.08%
G = 2.95%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC081B (or 0xEC081B) is known color: Torch Red. HEX triplet: EC, 08 and 1B. RGB value is (236,8,27). Sum of RGB (Red+Green+Blue) = 236+8+27=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC081B is #13F7E4. Grayscale: #4E4E4E. Windows color (decimal): -1308645 or 1771756. OLE color: 1771756.

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

Color convert

RGB 236 8 27 -
CMYK 0 0.97 0.89 0.07
HSL 355º 0.93% 0.48% -
HSV(B) 355º 0.97% 0.93% -
XYZ 34.88 18.09 2.69 -
YUV 78.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 236 8 27 0 0.97 0.89 0.07 355 0.93 0.48
Hex EC 8 1B 0 61 59 7 163 5D 30
Octal 354 10 33 0 141 131 7 543 135 60
Binary 11101100 1000 11011 0 1100001 1011001 111 101100011 1011101 110000

Color Harmonies of #EC081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC081B

Black with #EC081B

Text Example


Text Example

White with #EC081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC081B; }

 p { color: rgb(236,8,27); }

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

background-color css

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

 a { background-color: rgb(236,8,27); }

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

border-color css

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

 span { border-color: rgb(236,8,27); }

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