Html Css Color HEX #EC1603 Scarlet

📋 copy color: '#EC1603'

red 236 ◦ green 22 ◦ blue 3

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

Shades of Scarlet #EC1603

Tints of Scarlet #EC1603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

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

R = 90.42%
G = 8.43%
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

#EC1603 (or 0xEC1603) is known color: Scarlet. HEX triplet: EC, 16 and 03. RGB value is (236,22,3). Sum of RGB (Red+Green+Blue) = 236+22+3=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1603 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1603 is #13E9FC. Grayscale: #545454. Windows color (decimal): -1305085 or 202476. OLE color: 202476.

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

Color convert

RGB 236 22 3 -
CMYK 0 0.91 0.99 0.07
HSL 4.89º 0.97% 0.47% -
HSV(B) 4.89º 0.99% 0.93% -
XYZ 34.9 18.41 1.8 -
YUV 83.82 82.4 236.54 -
System Red Green Blue C M Y K H S L
Decimal 236 22 3 0 0.91 0.99 0.07 4.89 0.97 0.47
Hex EC 16 3 0 5B 63 7 5 61 2F
Octal 354 26 3 0 133 143 7 5 141 57
Binary 11101100 10110 11 0 1011011 1100011 111 101 1100001 101111

Color Harmonies of #EC1603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1603

Black with #EC1603

Text Example


Text Example

White with #EC1603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1603; }

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

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

background-color css

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

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

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

border-color css

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

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

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