Html Css Color HEX #EC2918 Scarlet

📋 copy color: '#EC2918'

red 236 ◦ green 41 ◦ blue 24

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

Shades of Scarlet #EC2918

Tints of Scarlet #EC2918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 78.41%
G = 13.62%
B = 7.97%

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

#EC2918 (or 0xEC2918) is known color: Scarlet. HEX triplet: EC, 29 and 18. RGB value is (236,41,24). Sum of RGB (Red+Green+Blue) = 236+41+24=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2918 is #13D6E7. Grayscale: #616161. Windows color (decimal): -1300200 or 1583596. OLE color: 1583596.

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

Color convert

RGB 236 41 24 -
CMYK 0 0.83 0.90 0.07
HSL 4.81º 0.85% 0.51% -
HSV(B) 4.81º 0.9% 0.93% -
XYZ 35.55 19.48 2.75 -
YUV 97.37 86.6 226.88 -
System Red Green Blue C M Y K H S L
Decimal 236 41 24 0 0.83 0.90 0.07 4.81 0.85 0.51
Hex EC 29 18 0 53 5A 7 5 55 33
Octal 354 51 30 0 123 132 7 5 125 63
Binary 11101100 101001 11000 0 1010011 1011010 111 101 1010101 110011

Color Harmonies of #EC2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2918

Black with #EC2918

Text Example


Text Example

White with #EC2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2918; }

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

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

background-color css

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

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

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

border-color css

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

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

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