Html Css Color HEX #EC291A Scarlet

📋 copy color: '#EC291A'

red 236 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #EC291A

Tints of Scarlet #EC291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

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

R = 77.89%
G = 13.53%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC291A (or 0xEC291A) is known color: Scarlet. HEX triplet: EC, 29 and 1A. RGB value is (236,41,26). Sum of RGB (Red+Green+Blue) = 236+41+26=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC291A is #13D6E5. Grayscale: #616161. Windows color (decimal): -1300198 or 1714668. OLE color: 1714668.

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

Color convert

RGB 236 41 26 -
CMYK 0 0.83 0.89 0.07
HSL 4.29º 0.85% 0.51% -
HSV(B) 4.29º 0.89% 0.93% -
XYZ 35.57 19.49 2.87 -
YUV 97.6 87.6 226.72 -
System Red Green Blue C M Y K H S L
Decimal 236 41 26 0 0.83 0.89 0.07 4.29 0.85 0.51
Hex EC 29 1A 0 53 59 7 4 55 33
Octal 354 51 32 0 123 131 7 4 125 63
Binary 11101100 101001 11010 0 1010011 1011001 111 100 1010101 110011

Color Harmonies of #EC291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC291A

Black with #EC291A

Text Example


Text Example

White with #EC291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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