Html Css Color HEX #EC1503 Scarlet

📋 copy color: '#EC1503'

red 236 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #EC1503

Tints of Scarlet #EC1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 90.77%
G = 8.08%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1503 (or 0xEC1503) is known color: Scarlet. HEX triplet: EC, 15 and 03. RGB value is (236,21,3). Sum of RGB (Red+Green+Blue) = 236+21+3=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1503 is #13EAFC. Grayscale: #535353. Windows color (decimal): -1305341 or 202220. OLE color: 202220.

HSL color Cylindrical-coordinate representation of color #EC1503: hue angle of 4.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC1503 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 21 3 -
CMYK 0 0.91 0.99 0.07
HSL 4.64º 0.97% 0.47% -
HSV(B) 4.64º 0.99% 0.93% -
XYZ 34.88 18.38 1.79 -
YUV 83.23 82.73 236.96 -
System Red Green Blue C M Y K H S L
Decimal 236 21 3 0 0.91 0.99 0.07 4.64 0.97 0.47
Hex EC 15 3 0 5B 63 7 5 61 2F
Octal 354 25 3 0 133 143 7 5 141 57
Binary 11101100 10101 11 0 1011011 1100011 111 101 1100001 101111

Color Harmonies of #EC1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1503

Black with #EC1503

Text Example


Text Example

White with #EC1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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