Html Css Color HEX #EC1B1A Scarlet

📋 copy color: '#EC1B1A'

red 236 ◦ green 27 ◦ blue 26

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

Shades of Scarlet #EC1B1A

Tints of Scarlet #EC1B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 81.66%
G = 9.34%
B = 9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC1B1A (or 0xEC1B1A) is known color: Scarlet. HEX triplet: EC, 1B and 1A. RGB value is (236,27,26). Sum of RGB (Red+Green+Blue) = 236+27+26=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B1A is #13E4E5. Grayscale: #595959. Windows color (decimal): -1303782 or 1711084. OLE color: 1711084.

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

Color convert

RGB 236 27 26 -
CMYK 0 0.89 0.89 0.07
HSL 0.29º 0.85% 0.51% -
HSV(B) 0.29º 0.89% 0.93% -
XYZ 35.17 18.69 2.73 -
YUV 89.38 92.24 232.58 -
System Red Green Blue C M Y K H S L
Decimal 236 27 26 0 0.89 0.89 0.07 0.29 0.85 0.51
Hex EC 1B 1A 0 59 59 7 0 55 33
Octal 354 33 32 0 131 131 7 0 125 63
Binary 11101100 11011 11010 0 1011001 1011001 111 0 1010101 110011

Color Harmonies of #EC1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B1A

Black with #EC1B1A

Text Example


Text Example

White with #EC1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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