Html Css Color HEX #EC1400 Scarlet

📋 copy color: '#EC1400'

red 236 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #EC1400

Tints of Scarlet #EC1400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.19%
G = 7.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC1400 (or 0xEC1400) is known color: Scarlet. HEX triplet: EC, 14 and 00. RGB value is (236,20,0). Sum of RGB (Red+Green+Blue) = 236+20+0=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1400 is #13EBFF. Grayscale: #525252. Windows color (decimal): -1305600 or 5356. OLE color: 5356.

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

Color convert

RGB 236 20 0 -
CMYK 0 0.92 1 0.07
HSL 5.08º 1% 0.46% -
HSV(B) 5.08º 1% 0.93% -
XYZ 34.84 18.33 1.7 -
YUV 82.3 81.56 237.63 -
System Red Green Blue C M Y K H S L
Decimal 236 20 0 0 0.92 1 0.07 5.08 1 0.46
Hex EC 14 0 0 5C 64 7 5 64 2E
Octal 354 24 0 0 134 144 7 5 144 56
Binary 11101100 10100 0 0 1011100 1100100 111 101 1100100 101110

Color Harmonies of #EC1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1400

Black with #EC1400

Text Example


Text Example

White with #EC1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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