Html Css Color HEX #EC1616 Scarlet

📋 copy color: '#EC1616'

red 236 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #EC1616

Tints of Scarlet #EC1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 84.29%
G = 7.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1616 (or 0xEC1616) is known color: Scarlet. HEX triplet: EC, 16 and 16. RGB value is (236,22,22). Sum of RGB (Red+Green+Blue) = 236+22+22=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1616 is #13E9E9. Grayscale: #565656. Windows color (decimal): -1305066 or 1447660. OLE color: 1447660.

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

Color convert

RGB 236 22 22 -
CMYK 0 0.91 0.91 0.07
HSL 0.85% 0.51% -
HSV(B) 0.91% 0.93% -
XYZ 35.02 18.46 2.48 -
YUV 85.99 91.9 235 -
System Red Green Blue C M Y K H S L
Decimal 236 22 22 0 0.91 0.91 0.07 0 0.85 0.51
Hex EC 16 16 0 5B 5B 7 0 55 33
Octal 354 26 26 0 133 133 7 0 125 63
Binary 11101100 10110 10110 0 1011011 1011011 111 0 1010101 110011

Color Harmonies of #EC1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1616

Black with #EC1616

Text Example


Text Example

White with #EC1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1616; }

 p { color: rgb(236,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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