Html Css Color HEX #EC2917 Scarlet

📋 copy color: '#EC2917'

red 236 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #EC2917

Tints of Scarlet #EC2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 78.67%
G = 13.67%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC2917 (or 0xEC2917) is known color: Scarlet. HEX triplet: EC, 29 and 17. RGB value is (236,41,23). Sum of RGB (Red+Green+Blue) = 236+41+23=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2917 is #13D6E8. Grayscale: #616161. Windows color (decimal): -1300201 or 1518060. OLE color: 1518060.

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

Color convert

RGB 236 41 23 -
CMYK 0 0.83 0.90 0.07
HSL 5.07º 0.85% 0.51% -
HSV(B) 5.07º 0.9% 0.93% -
XYZ 35.54 19.48 2.7 -
YUV 97.25 86.1 226.96 -
System Red Green Blue C M Y K H S L
Decimal 236 41 23 0 0.83 0.90 0.07 5.07 0.85 0.51
Hex EC 29 17 0 53 5A 7 5 55 33
Octal 354 51 27 0 123 132 7 5 125 63
Binary 11101100 101001 10111 0 1010011 1011010 111 101 1010101 110011

Color Harmonies of #EC2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2917

Black with #EC2917

Text Example


Text Example

White with #EC2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2917; }

 p { color: rgb(236,41,23); }

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

background-color css

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

 a { background-color: rgb(236,41,23); }

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

border-color css

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

 span { border-color: rgb(236,41,23); }

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