Html Css Color HEX #EC1500 Scarlet

📋 copy color: '#EC1500'

red 236 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #EC1500

Tints of Scarlet #EC1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 91.83%
G = 8.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC1500 (or 0xEC1500) is known color: Scarlet. HEX triplet: EC, 15 and 00. RGB value is (236,21,0). Sum of RGB (Red+Green+Blue) = 236+21+0=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1500 is #13EAFF. Grayscale: #535353. Windows color (decimal): -1305344 or 5612. OLE color: 5612.

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

Color convert

RGB 236 21 0 -
CMYK 0 0.91 1 0.07
HSL 5.34º 1% 0.46% -
HSV(B) 5.34º 1% 0.93% -
XYZ 34.86 18.37 1.71 -
YUV 82.89 81.23 237.21 -
System Red Green Blue C M Y K H S L
Decimal 236 21 0 0 0.91 1 0.07 5.34 1 0.46
Hex EC 15 0 0 5B 64 7 5 64 2E
Octal 354 25 0 0 133 144 7 5 144 56
Binary 11101100 10101 0 0 1011011 1100100 111 101 1100100 101110

Color Harmonies of #EC1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1500

Black with #EC1500

Text Example


Text Example

White with #EC1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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