Html Css Color HEX #EC3211 Scarlet

📋 copy color: '#EC3211'

red 236 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #EC3211

Tints of Scarlet #EC3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 77.89%
G = 16.5%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC3211 (or 0xEC3211) is known color: Scarlet. HEX triplet: EC, 32 and 11. RGB value is (236,50,17). Sum of RGB (Red+Green+Blue) = 236+50+17=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3211 is #13CDEE. Grayscale: #666666. Windows color (decimal): -1297903 or 1127148. OLE color: 1127148.

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

Color convert

RGB 236 50 17 -
CMYK 0 0.79 0.93 0.07
HSL 9.04º 0.87% 0.5% -
HSV(B) 9.04º 0.93% 0.93% -
XYZ 35.83 20.15 2.53 -
YUV 101.85 80.12 223.68 -
System Red Green Blue C M Y K H S L
Decimal 236 50 17 0 0.79 0.93 0.07 9.04 0.87 0.5
Hex EC 32 11 0 4F 5D 7 9 57 32
Octal 354 62 21 0 117 135 7 11 127 62
Binary 11101100 110010 10001 0 1001111 1011101 111 1001 1010111 110010

Color Harmonies of #EC3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3211

Black with #EC3211

Text Example


Text Example

White with #EC3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3211; }

 p { color: rgb(236,50,17); }

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

background-color css

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

 a { background-color: rgb(236,50,17); }

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

border-color css

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

 span { border-color: rgb(236,50,17); }

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