Html Css Color HEX #EC1610 Scarlet

📋 copy color: '#EC1610'

red 236 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #EC1610

Tints of Scarlet #EC1610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 86.13%
G = 8.03%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1610 (or 0xEC1610) is known color: Scarlet. HEX triplet: EC, 16 and 10. RGB value is (236,22,16). Sum of RGB (Red+Green+Blue) = 236+22+16=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1610 is #13E9EF. Grayscale: #555555. Windows color (decimal): -1305072 or 1054444. OLE color: 1054444.

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

Color convert

RGB 236 22 16 -
CMYK 0 0.91 0.93 0.07
HSL 1.64º 0.87% 0.49% -
HSV(B) 1.64º 0.93% 0.93% -
XYZ 34.97 18.44 2.21 -
YUV 85.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 236 22 16 0 0.91 0.93 0.07 1.64 0.87 0.49
Hex EC 16 10 0 5B 5D 7 2 57 31
Octal 354 26 20 0 133 135 7 2 127 61
Binary 11101100 10110 10000 0 1011011 1011101 111 10 1010111 110001

Color Harmonies of #EC1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1610

Black with #EC1610

Text Example


Text Example

White with #EC1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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