Html Css Color HEX #EC1200 Scarlet

📋 copy color: '#EC1200'

red 236 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #EC1200

Tints of Scarlet #EC1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 92.91%
G = 7.09%
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

#EC1200 (or 0xEC1200) is known color: Scarlet. HEX triplet: EC, 12 and 00. RGB value is (236,18,0). Sum of RGB (Red+Green+Blue) = 236+18+0=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1200 is #13EDFF. Grayscale: #515151. Windows color (decimal): -1306112 or 4844. OLE color: 4844.

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

Color convert

RGB 236 18 0 -
CMYK 0 0.92 1 0.07
HSL 4.58º 1% 0.46% -
HSV(B) 4.58º 1% 0.93% -
XYZ 34.81 18.27 1.69 -
YUV 81.13 82.22 238.46 -
System Red Green Blue C M Y K H S L
Decimal 236 18 0 0 0.92 1 0.07 4.58 1 0.46
Hex EC 12 0 0 5C 64 7 5 64 2E
Octal 354 22 0 0 134 144 7 5 144 56
Binary 11101100 10010 0 0 1011100 1100100 111 101 1100100 101110

Color Harmonies of #EC1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1200

Black with #EC1200

Text Example


Text Example

White with #EC1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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