Html Css Color HEX #EC1C1B Scarlet

📋 copy color: '#EC1C1B'

red 236 ◦ green 28 ◦ blue 27

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

Shades of Scarlet #EC1C1B

Tints of Scarlet #EC1C1B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.62%

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

R = 81.1%
G = 9.62%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC1C1B (or 0xEC1C1B) is known color: Scarlet. HEX triplet: EC, 1C and 1B. RGB value is (236,28,27). Sum of RGB (Red+Green+Blue) = 236+28+27=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C1B is #13E3E4. Grayscale: #5A5A5A. Windows color (decimal): -1303525 or 1776876. OLE color: 1776876.

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

Color convert

RGB 236 28 27 -
CMYK 0 0.88 0.89 0.07
HSL 0.29º 0.85% 0.52% -
HSV(B) 0.29º 0.89% 0.93% -
XYZ 35.21 18.74 2.8 -
YUV 90.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 236 28 27 0 0.88 0.89 0.07 0.29 0.85 0.52
Hex EC 1C 1B 0 58 59 7 0 55 34
Octal 354 34 33 0 130 131 7 0 125 64
Binary 11101100 11100 11011 0 1011000 1011001 111 0 1010101 110100

Color Harmonies of #EC1C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C1B

Black with #EC1C1B

Text Example


Text Example

White with #EC1C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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