Html Css Color HEX #EC3118 Scarlet

📋 copy color: '#EC3118'

red 236 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #EC3118

Tints of Scarlet #EC3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 76.38%
G = 15.86%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3118 (or 0xEC3118) is known color: Scarlet. HEX triplet: EC, 31 and 18. RGB value is (236,49,24). Sum of RGB (Red+Green+Blue) = 236+49+24=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3118 is #13CEE7. Grayscale: #666666. Windows color (decimal): -1298152 or 1585644. OLE color: 1585644.

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

Color convert

RGB 236 49 24 -
CMYK 0 0.79 0.90 0.07
HSL 7.08º 0.85% 0.51% -
HSV(B) 7.08º 0.9% 0.93% -
XYZ 35.86 20.1 2.85 -
YUV 102.06 83.95 223.53 -
System Red Green Blue C M Y K H S L
Decimal 236 49 24 0 0.79 0.90 0.07 7.08 0.85 0.51
Hex EC 31 18 0 4F 5A 7 7 55 33
Octal 354 61 30 0 117 132 7 7 125 63
Binary 11101100 110001 11000 0 1001111 1011010 111 111 1010101 110011

Color Harmonies of #EC3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3118

Black with #EC3118

Text Example


Text Example

White with #EC3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3118; }

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

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

background-color css

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

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

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

border-color css

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

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

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