Html Css Color HEX #EC1F1B Scarlet

📋 copy color: '#EC1F1B'

red 236 ◦ green 31 ◦ blue 27

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

Shades of Scarlet #EC1F1B

Tints of Scarlet #EC1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

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

R = 80.27%
G = 10.54%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC1F1B (or 0xEC1F1B) is known color: Scarlet. HEX triplet: EC, 1F and 1B. RGB value is (236,31,27). Sum of RGB (Red+Green+Blue) = 236+31+27=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F1B is #13E0E4. Grayscale: #5C5C5C. Windows color (decimal): -1302757 or 1777644. OLE color: 1777644.

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

Color convert

RGB 236 31 27 -
CMYK 0 0.87 0.89 0.07
HSL 1.15º 0.85% 0.52% -
HSV(B) 1.15º 0.89% 0.93% -
XYZ 35.28 18.89 2.82 -
YUV 91.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 236 31 27 0 0.87 0.89 0.07 1.15 0.85 0.52
Hex EC 1F 1B 0 57 59 7 1 55 34
Octal 354 37 33 0 127 131 7 1 125 64
Binary 11101100 11111 11011 0 1010111 1011001 111 1 1010101 110100

Color Harmonies of #EC1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F1B

Black with #EC1F1B

Text Example


Text Example

White with #EC1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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