Html Css Color HEX #EC2415 Scarlet

📋 copy color: '#EC2415'

red 236 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #EC2415

Tints of Scarlet #EC2415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 80.55%
G = 12.29%
B = 7.17%

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

#EC2415 (or 0xEC2415) is known color: Scarlet. HEX triplet: EC, 24 and 15. RGB value is (236,36,21). Sum of RGB (Red+Green+Blue) = 236+36+21=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2415 is #13DBEA. Grayscale: #5E5E5E. Windows color (decimal): -1301483 or 1385708. OLE color: 1385708.

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

Color convert

RGB 236 36 21 -
CMYK 0 0.85 0.91 0.07
HSL 4.19º 0.85% 0.5% -
HSV(B) 4.19º 0.91% 0.93% -
XYZ 35.36 19.15 2.54 -
YUV 94.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 236 36 21 0 0.85 0.91 0.07 4.19 0.85 0.5
Hex EC 24 15 0 55 5B 7 4 55 32
Octal 354 44 25 0 125 133 7 4 125 62
Binary 11101100 100100 10101 0 1010101 1011011 111 100 1010101 110010

Color Harmonies of #EC2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2415

Black with #EC2415

Text Example


Text Example

White with #EC2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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