Html Css Color HEX #EC211F Scarlet

📋 copy color: '#EC211F'

red 236 ◦ green 33 ◦ blue 31

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

Shades of Scarlet #EC211F

Tints of Scarlet #EC211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 78.67%
G = 11%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC211F (or 0xEC211F) is known color: Scarlet. HEX triplet: EC, 21 and 1F. RGB value is (236,33,31). Sum of RGB (Red+Green+Blue) = 236+33+31=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC211F is #13DEE0. Grayscale: #5D5D5D. Windows color (decimal): -1302241 or 2040300. OLE color: 2040300.

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

Color convert

RGB 236 33 31 -
CMYK 0 0.86 0.87 0.07
HSL 0.59º 0.84% 0.52% -
HSV(B) 0.59º 0.87% 0.93% -
XYZ 35.38 19.02 3.1 -
YUV 93.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 236 33 31 0 0.86 0.87 0.07 0.59 0.84 0.52
Hex EC 21 1F 0 56 57 7 1 54 34
Octal 354 41 37 0 126 127 7 1 124 64
Binary 11101100 100001 11111 0 1010110 1010111 111 1 1010100 110100

Color Harmonies of #EC211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC211F

Black with #EC211F

Text Example


Text Example

White with #EC211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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