Html Css Color HEX #EC3210 Scarlet

📋 copy color: '#EC3210'

red 236 ◦ green 50 ◦ blue 16

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

Shades of Scarlet #EC3210

Tints of Scarlet #EC3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 78.15%
G = 16.56%
B = 5.3%

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

#EC3210 (or 0xEC3210) is known color: Scarlet. HEX triplet: EC, 32 and 10. RGB value is (236,50,16). Sum of RGB (Red+Green+Blue) = 236+50+16=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3210 is #13CDEF. Grayscale: #666666. Windows color (decimal): -1297904 or 1061612. OLE color: 1061612.

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

Color convert

RGB 236 50 16 -
CMYK 0 0.79 0.93 0.07
HSL 9.27º 0.87% 0.49% -
HSV(B) 9.27º 0.93% 0.93% -
XYZ 35.83 20.15 2.49 -
YUV 101.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 236 50 16 0 0.79 0.93 0.07 9.27 0.87 0.49
Hex EC 32 10 0 4F 5D 7 9 57 31
Octal 354 62 20 0 117 135 7 11 127 61
Binary 11101100 110010 10000 0 1001111 1011101 111 1001 1010111 110001

Color Harmonies of #EC3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3210

Black with #EC3210

Text Example


Text Example

White with #EC3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3210; }

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

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

background-color css

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

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

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

border-color css

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

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

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