Html Css Color HEX #EC2414 Scarlet

📋 copy color: '#EC2414'

red 236 ◦ green 36 ◦ blue 20

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

Shades of Scarlet #EC2414

Tints of Scarlet #EC2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 80.82%
G = 12.33%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC2414 (or 0xEC2414) is known color: Scarlet. HEX triplet: EC, 24 and 14. RGB value is (236,36,20). Sum of RGB (Red+Green+Blue) = 236+36+20=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2414 is #13DBEB. Grayscale: #5E5E5E. Windows color (decimal): -1301484 or 1320172. OLE color: 1320172.

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

Color convert

RGB 236 36 20 -
CMYK 0 0.85 0.92 0.07
HSL 4.44º 0.85% 0.5% -
HSV(B) 4.44º 0.92% 0.93% -
XYZ 35.35 19.15 2.49 -
YUV 93.98 86.26 229.3 -
System Red Green Blue C M Y K H S L
Decimal 236 36 20 0 0.85 0.92 0.07 4.44 0.85 0.5
Hex EC 24 14 0 55 5C 7 4 55 32
Octal 354 44 24 0 125 134 7 4 125 62
Binary 11101100 100100 10100 0 1010101 1011100 111 100 1010101 110010

Color Harmonies of #EC2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2414

Black with #EC2414

Text Example


Text Example

White with #EC2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2414; }

 p { color: rgb(236,36,20); }

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

background-color css

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

 a { background-color: rgb(236,36,20); }

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

border-color css

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

 span { border-color: rgb(236,36,20); }

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