Html Css Color HEX #EC2718 Scarlet

📋 copy color: '#EC2718'

red 236 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #EC2718

Tints of Scarlet #EC2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 78.93%
G = 13.04%
B = 8.03%

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

#EC2718 (or 0xEC2718) is known color: Scarlet. HEX triplet: EC, 27 and 18. RGB value is (236,39,24). Sum of RGB (Red+Green+Blue) = 236+39+24=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2718 is #13D8E7. Grayscale: #606060. Windows color (decimal): -1300712 or 1583084. OLE color: 1583084.

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

Color convert

RGB 236 39 24 -
CMYK 0 0.83 0.90 0.07
HSL 4.25º 0.85% 0.51% -
HSV(B) 4.25º 0.9% 0.93% -
XYZ 35.48 19.35 2.73 -
YUV 96.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 236 39 24 0 0.83 0.90 0.07 4.25 0.85 0.51
Hex EC 27 18 0 53 5A 7 4 55 33
Octal 354 47 30 0 123 132 7 4 125 63
Binary 11101100 100111 11000 0 1010011 1011010 111 100 1010101 110011

Color Harmonies of #EC2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2718

Black with #EC2718

Text Example


Text Example

White with #EC2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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