Html Css Color HEX #EC1B16 Scarlet

📋 copy color: '#EC1B16'

red 236 ◦ green 27 ◦ blue 22

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

Shades of Scarlet #EC1B16

Tints of Scarlet #EC1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 82.81%
G = 9.47%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1B16 (or 0xEC1B16) is known color: Scarlet. HEX triplet: EC, 1B and 16. RGB value is (236,27,22). Sum of RGB (Red+Green+Blue) = 236+27+22=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1B16 is #13E4E9. Grayscale: #595959. Windows color (decimal): -1303786 or 1448940. OLE color: 1448940.

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

Color convert

RGB 236 27 22 -
CMYK 0 0.89 0.91 0.07
HSL 1.4º 0.85% 0.51% -
HSV(B) 1.4º 0.91% 0.93% -
XYZ 35.13 18.67 2.51 -
YUV 88.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 236 27 22 0 0.89 0.91 0.07 1.4 0.85 0.51
Hex EC 1B 16 0 59 5B 7 1 55 33
Octal 354 33 26 0 131 133 7 1 125 63
Binary 11101100 11011 10110 0 1011001 1011011 111 1 1010101 110011

Color Harmonies of #EC1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B16

Black with #EC1B16

Text Example


Text Example

White with #EC1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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