Html Css Color HEX #EC291B Scarlet

📋 copy color: '#EC291B'

red 236 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #EC291B

Tints of Scarlet #EC291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 77.63%
G = 13.49%
B = 8.88%

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

#EC291B (or 0xEC291B) is known color: Scarlet. HEX triplet: EC, 29 and 1B. RGB value is (236,41,27). Sum of RGB (Red+Green+Blue) = 236+41+27=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC291B is #13D6E4. Grayscale: #616161. Windows color (decimal): -1300197 or 1780204. OLE color: 1780204.

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

Color convert

RGB 236 41 27 -
CMYK 0 0.83 0.89 0.07
HSL 4.02º 0.85% 0.52% -
HSV(B) 4.02º 0.89% 0.93% -
XYZ 35.58 19.5 2.92 -
YUV 97.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 236 41 27 0 0.83 0.89 0.07 4.02 0.85 0.52
Hex EC 29 1B 0 53 59 7 4 55 34
Octal 354 51 33 0 123 131 7 4 125 64
Binary 11101100 101001 11011 0 1010011 1011001 111 100 1010101 110100

Color Harmonies of #EC291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC291B

Black with #EC291B

Text Example


Text Example

White with #EC291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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