Html Css Color HEX #EC1F15 Scarlet

📋 copy color: '#EC1F15'

red 236 ◦ green 31 ◦ blue 21

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

Shades of Scarlet #EC1F15

Tints of Scarlet #EC1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

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

R = 81.94%
G = 10.76%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC1F15 (or 0xEC1F15) is known color: Scarlet. HEX triplet: EC, 1F and 15. RGB value is (236,31,21). Sum of RGB (Red+Green+Blue) = 236+31+21=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F15 is #13E0EA. Grayscale: #5B5B5B. Windows color (decimal): -1302763 or 1384428. OLE color: 1384428.

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

Color convert

RGB 236 31 21 -
CMYK 0 0.87 0.91 0.07
HSL 2.79º 0.85% 0.5% -
HSV(B) 2.79º 0.91% 0.93% -
XYZ 35.22 18.87 2.49 -
YUV 91.16 88.42 231.31 -
System Red Green Blue C M Y K H S L
Decimal 236 31 21 0 0.87 0.91 0.07 2.79 0.85 0.5
Hex EC 1F 15 0 57 5B 7 3 55 32
Octal 354 37 25 0 127 133 7 3 125 62
Binary 11101100 11111 10101 0 1010111 1011011 111 11 1010101 110010

Color Harmonies of #EC1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F15

Black with #EC1F15

Text Example


Text Example

White with #EC1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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