Html Css Color HEX #EC3515 Scarlet

📋 copy color: '#EC3515'

red 236 ◦ green 53 ◦ blue 21

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

Shades of Scarlet #EC3515

Tints of Scarlet #EC3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 76.13%
G = 17.1%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3515 (or 0xEC3515) is known color: Scarlet. HEX triplet: EC, 35 and 15. RGB value is (236,53,21). Sum of RGB (Red+Green+Blue) = 236+53+21=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3515 is #13CAEA. Grayscale: #686868. Windows color (decimal): -1297131 or 1390060. OLE color: 1390060.

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

Color convert

RGB 236 53 21 -
CMYK 0 0.78 0.91 0.07
HSL 8.93º 0.85% 0.5% -
HSV(B) 8.93º 0.91% 0.93% -
XYZ 36 20.43 2.76 -
YUV 104.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 236 53 21 0 0.78 0.91 0.07 8.93 0.85 0.5
Hex EC 35 15 0 4E 5B 7 9 55 32
Octal 354 65 25 0 116 133 7 11 125 62
Binary 11101100 110101 10101 0 1001110 1011011 111 1001 1010101 110010

Color Harmonies of #EC3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3515

Black with #EC3515

Text Example


Text Example

White with #EC3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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