Html Css Color HEX #EC1304 Scarlet

📋 copy color: '#EC1304'

red 236 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #EC1304

Tints of Scarlet #EC1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 91.12%
G = 7.34%
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

#EC1304 (or 0xEC1304) is known color: Scarlet. HEX triplet: EC, 13 and 04. RGB value is (236,19,4). Sum of RGB (Red+Green+Blue) = 236+19+4=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1304 is #13ECFB. Grayscale: #525252. Windows color (decimal): -1305852 or 267244. OLE color: 267244.

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

Color convert

RGB 236 19 4 -
CMYK 0 0.92 0.98 0.07
HSL 3.88º 0.97% 0.47% -
HSV(B) 3.88º 0.98% 0.93% -
XYZ 34.85 18.31 1.81 -
YUV 82.17 83.89 237.72 -
System Red Green Blue C M Y K H S L
Decimal 236 19 4 0 0.92 0.98 0.07 3.88 0.97 0.47
Hex EC 13 4 0 5C 62 7 4 61 2F
Octal 354 23 4 0 134 142 7 4 141 57
Binary 11101100 10011 100 0 1011100 1100010 111 100 1100001 101111

Color Harmonies of #EC1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1304

Black with #EC1304

Text Example


Text Example

White with #EC1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1304; }

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

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

background-color css

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

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

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

border-color css

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

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

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