Html Css Color HEX #EC2416 Scarlet

📋 copy color: '#EC2416'

red 236 ◦ green 36 ◦ blue 22

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

Shades of Scarlet #EC2416

Tints of Scarlet #EC2416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 80.27%
G = 12.24%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2416 (or 0xEC2416) is known color: Scarlet. HEX triplet: EC, 24 and 16. RGB value is (236,36,22). Sum of RGB (Red+Green+Blue) = 236+36+22=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2416 is #13DBE9. Grayscale: #5E5E5E. Windows color (decimal): -1301482 or 1451244. OLE color: 1451244.

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

Color convert

RGB 236 36 22 -
CMYK 0 0.85 0.91 0.07
HSL 3.93º 0.85% 0.51% -
HSV(B) 3.93º 0.91% 0.93% -
XYZ 35.37 19.15 2.59 -
YUV 94.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 236 36 22 0 0.85 0.91 0.07 3.93 0.85 0.51
Hex EC 24 16 0 55 5B 7 4 55 33
Octal 354 44 26 0 125 133 7 4 125 63
Binary 11101100 100100 10110 0 1010101 1011011 111 100 1010101 110011

Color Harmonies of #EC2416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2416

Black with #EC2416

Text Example


Text Example

White with #EC2416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2416; }

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

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

background-color css

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

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

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

border-color css

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

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

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