Html Css Color HEX #EC2B1A Scarlet

📋 copy color: '#EC2B1A'

red 236 ◦ green 43 ◦ blue 26

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

Shades of Scarlet #EC2B1A

Tints of Scarlet #EC2B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

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

R = 77.38%
G = 14.1%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2B1A (or 0xEC2B1A) is known color: Scarlet. HEX triplet: EC, 2B and 1A. RGB value is (236,43,26). Sum of RGB (Red+Green+Blue) = 236+43+26=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B1A is #13D4E5. Grayscale: #636363. Windows color (decimal): -1299686 or 1715180. OLE color: 1715180.

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

Color convert

RGB 236 43 26 -
CMYK 0 0.82 0.89 0.07
HSL 4.86º 0.85% 0.51% -
HSV(B) 4.86º 0.89% 0.93% -
XYZ 35.64 19.64 2.89 -
YUV 98.77 86.94 225.88 -
System Red Green Blue C M Y K H S L
Decimal 236 43 26 0 0.82 0.89 0.07 4.86 0.85 0.51
Hex EC 2B 1A 0 52 59 7 5 55 33
Octal 354 53 32 0 122 131 7 5 125 63
Binary 11101100 101011 11010 0 1010010 1011001 111 101 1010101 110011

Color Harmonies of #EC2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B1A

Black with #EC2B1A

Text Example


Text Example

White with #EC2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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