Html Css Color HEX #EC1404 Scarlet

📋 copy color: '#EC1404'

red 236 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #EC1404

Tints of Scarlet #EC1404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 90.77%
G = 7.69%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1404 (or 0xEC1404) is known color: Scarlet. HEX triplet: EC, 14 and 04. RGB value is (236,20,4). Sum of RGB (Red+Green+Blue) = 236+20+4=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1404 is #13EBFB. Grayscale: #535353. Windows color (decimal): -1305596 or 267500. OLE color: 267500.

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

Color convert

RGB 236 20 4 -
CMYK 0 0.92 0.98 0.07
HSL 4.14º 0.97% 0.47% -
HSV(B) 4.14º 0.98% 0.93% -
XYZ 34.86 18.34 1.82 -
YUV 82.76 83.56 237.3 -
System Red Green Blue C M Y K H S L
Decimal 236 20 4 0 0.92 0.98 0.07 4.14 0.97 0.47
Hex EC 14 4 0 5C 62 7 4 61 2F
Octal 354 24 4 0 134 142 7 4 141 57
Binary 11101100 10100 100 0 1011100 1100010 111 100 1100001 101111

Color Harmonies of #EC1404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1404

Black with #EC1404

Text Example


Text Example

White with #EC1404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1404; }

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

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

background-color css

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

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

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

border-color css

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

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

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