Html Css Color HEX #EC1C16 Scarlet

📋 copy color: '#EC1C16'

red 236 ◦ green 28 ◦ blue 22

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

Shades of Scarlet #EC1C16

Tints of Scarlet #EC1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 82.52%
G = 9.79%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1C16 (or 0xEC1C16) is known color: Scarlet. HEX triplet: EC, 1C and 16. RGB value is (236,28,22). Sum of RGB (Red+Green+Blue) = 236+28+22=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C16 is #13E3E9. Grayscale: #595959. Windows color (decimal): -1303530 or 1449196. OLE color: 1449196.

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

Color convert

RGB 236 28 22 -
CMYK 0 0.88 0.91 0.07
HSL 1.68º 0.85% 0.51% -
HSV(B) 1.68º 0.91% 0.93% -
XYZ 35.15 18.72 2.52 -
YUV 89.51 89.91 232.49 -
System Red Green Blue C M Y K H S L
Decimal 236 28 22 0 0.88 0.91 0.07 1.68 0.85 0.51
Hex EC 1C 16 0 58 5B 7 2 55 33
Octal 354 34 26 0 130 133 7 2 125 63
Binary 11101100 11100 10110 0 1011000 1011011 111 10 1010101 110011

Color Harmonies of #EC1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C16

Black with #EC1C16

Text Example


Text Example

White with #EC1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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