Html Css Color HEX #EC2018 Scarlet

📋 copy color: '#EC2018'

red 236 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #EC2018

Tints of Scarlet #EC2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 80.82%
G = 10.96%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC2018 (or 0xEC2018) is known color: Scarlet. HEX triplet: EC, 20 and 18. RGB value is (236,32,24). Sum of RGB (Red+Green+Blue) = 236+32+24=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2018 is #13DFE7. Grayscale: #5C5C5C. Windows color (decimal): -1302504 or 1581292. OLE color: 1581292.

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

Color convert

RGB 236 32 24 -
CMYK 0 0.86 0.90 0.07
HSL 2.26º 0.85% 0.51% -
HSV(B) 2.26º 0.9% 0.93% -
XYZ 35.27 18.93 2.66 -
YUV 92.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 236 32 24 0 0.86 0.90 0.07 2.26 0.85 0.51
Hex EC 20 18 0 56 5A 7 2 55 33
Octal 354 40 30 0 126 132 7 2 125 63
Binary 11101100 100000 11000 0 1010110 1011010 111 10 1010101 110011

Color Harmonies of #EC2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2018

Black with #EC2018

Text Example


Text Example

White with #EC2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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