Html Css Color HEX #EC1E16 Scarlet

📋 copy color: '#EC1E16'

red 236 ◦ green 30 ◦ blue 22

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

Shades of Scarlet #EC1E16

Tints of Scarlet #EC1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 81.94%
G = 10.42%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1E16 (or 0xEC1E16) is known color: Scarlet. HEX triplet: EC, 1E and 16. RGB value is (236,30,22). Sum of RGB (Red+Green+Blue) = 236+30+22=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E16 is #13E1E9. Grayscale: #5A5A5A. Windows color (decimal): -1303018 or 1449708. OLE color: 1449708.

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

Color convert

RGB 236 30 22 -
CMYK 0 0.87 0.91 0.07
HSL 2.24º 0.85% 0.51% -
HSV(B) 2.24º 0.91% 0.93% -
XYZ 35.2 18.82 2.54 -
YUV 90.68 89.25 231.65 -
System Red Green Blue C M Y K H S L
Decimal 236 30 22 0 0.87 0.91 0.07 2.24 0.85 0.51
Hex EC 1E 16 0 57 5B 7 2 55 33
Octal 354 36 26 0 127 133 7 2 125 63
Binary 11101100 11110 10110 0 1010111 1011011 111 10 1010101 110011

Color Harmonies of #EC1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E16

Black with #EC1E16

Text Example


Text Example

White with #EC1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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