Html Css Color HEX #EC1300 Scarlet

📋 copy color: '#EC1300'

red 236 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #EC1300

Tints of Scarlet #EC1300

RGB

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

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

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

R = 92.55%
G = 7.45%
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

#EC1300 (or 0xEC1300) is known color: Scarlet. HEX triplet: EC, 13 and 00. RGB value is (236,19,0). Sum of RGB (Red+Green+Blue) = 236+19+0=255 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.55% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1300 is #13ECFF. Grayscale: #525252. Windows color (decimal): -1305856 or 5100. OLE color: 5100.

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

Color convert

RGB 236 19 0 -
CMYK 0 0.92 1 0.07
HSL 4.83º 1% 0.46% -
HSV(B) 4.83º 1% 0.93% -
XYZ 34.82 18.3 1.7 -
YUV 81.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 236 19 0 0 0.92 1 0.07 4.83 1 0.46
Hex EC 13 0 0 5C 64 7 5 64 2E
Octal 354 23 0 0 134 144 7 5 144 56
Binary 11101100 10011 0 0 1011100 1100100 111 101 1100100 101110

Color Harmonies of #EC1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1300

Black with #EC1300

Text Example


Text Example

White with #EC1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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