Html Css Color HEX #EC1A10 Scarlet

📋 copy color: '#EC1A10'

red 236 ◦ green 26 ◦ blue 16

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

Shades of Scarlet #EC1A10

Tints of Scarlet #EC1A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 84.89%
G = 9.35%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1A10 (or 0xEC1A10) is known color: Scarlet. HEX triplet: EC, 1A and 10. RGB value is (236,26,16). Sum of RGB (Red+Green+Blue) = 236+26+16=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A10 is #13E5EF. Grayscale: #575757. Windows color (decimal): -1304048 or 1055468. OLE color: 1055468.

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

Color convert

RGB 236 26 16 -
CMYK 0 0.89 0.93 0.07
HSL 2.73º 0.87% 0.49% -
HSV(B) 2.73º 0.93% 0.93% -
XYZ 35.05 18.61 2.23 -
YUV 87.65 87.57 233.81 -
System Red Green Blue C M Y K H S L
Decimal 236 26 16 0 0.89 0.93 0.07 2.73 0.87 0.49
Hex EC 1A 10 0 59 5D 7 3 57 31
Octal 354 32 20 0 131 135 7 3 127 61
Binary 11101100 11010 10000 0 1011001 1011101 111 11 1010111 110001

Color Harmonies of #EC1A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A10

Black with #EC1A10

Text Example


Text Example

White with #EC1A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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