Html Css Color HEX #EC2D15 Scarlet

📋 copy color: '#EC2D15'

red 236 ◦ green 45 ◦ blue 21

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

Shades of Scarlet #EC2D15

Tints of Scarlet #EC2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.9%

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

R = 78.15%
G = 14.9%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2D15 (or 0xEC2D15) is known color: Scarlet. HEX triplet: EC, 2D and 15. RGB value is (236,45,21). Sum of RGB (Red+Green+Blue) = 236+45+21=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2D15 is #13D2EA. Grayscale: #636363. Windows color (decimal): -1299179 or 1388012. OLE color: 1388012.

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

Color convert

RGB 236 45 21 -
CMYK 0 0.81 0.91 0.07
HSL 6.7º 0.85% 0.5% -
HSV(B) 6.7º 0.91% 0.93% -
XYZ 35.67 19.76 2.64 -
YUV 99.37 83.78 225.45 -
System Red Green Blue C M Y K H S L
Decimal 236 45 21 0 0.81 0.91 0.07 6.7 0.85 0.5
Hex EC 2D 15 0 51 5B 7 7 55 32
Octal 354 55 25 0 121 133 7 7 125 62
Binary 11101100 101101 10101 0 1010001 1011011 111 111 1010101 110010

Color Harmonies of #EC2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D15

Black with #EC2D15

Text Example


Text Example

White with #EC2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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