Html Css Color HEX #EC2B15 Scarlet

📋 copy color: '#EC2B15'

red 236 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #EC2B15

Tints of Scarlet #EC2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.33%

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

R = 78.67%
G = 14.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2B15 (or 0xEC2B15) is known color: Scarlet. HEX triplet: EC, 2B and 15. RGB value is (236,43,21). Sum of RGB (Red+Green+Blue) = 236+43+21=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B15 is #13D4EA. Grayscale: #626262. Windows color (decimal): -1299691 or 1387500. OLE color: 1387500.

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

Color convert

RGB 236 43 21 -
CMYK 0 0.82 0.91 0.07
HSL 6.14º 0.85% 0.5% -
HSV(B) 6.14º 0.91% 0.93% -
XYZ 35.59 19.61 2.62 -
YUV 98.2 84.44 226.29 -
System Red Green Blue C M Y K H S L
Decimal 236 43 21 0 0.82 0.91 0.07 6.14 0.85 0.5
Hex EC 2B 15 0 52 5B 7 6 55 32
Octal 354 53 25 0 122 133 7 6 125 62
Binary 11101100 101011 10101 0 1010010 1011011 111 110 1010101 110010

Color Harmonies of #EC2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B15

Black with #EC2B15

Text Example


Text Example

White with #EC2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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