Html Css Color HEX #EC3317 Scarlet

📋 copy color: '#EC3317'

red 236 ◦ green 51 ◦ blue 23

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

Shades of Scarlet #EC3317

Tints of Scarlet #EC3317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 76.13%
G = 16.45%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3317 (or 0xEC3317) is known color: Scarlet. HEX triplet: EC, 33 and 17. RGB value is (236,51,23). Sum of RGB (Red+Green+Blue) = 236+51+23=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3317 is #13CCE8. Grayscale: #676767. Windows color (decimal): -1297641 or 1520620. OLE color: 1520620.

HSL color Cylindrical-coordinate representation of color #EC3317: hue angle of 7.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC3317 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 51 23 -
CMYK 0 0.78 0.90 0.07
HSL 7.89º 0.85% 0.51% -
HSV(B) 7.89º 0.9% 0.93% -
XYZ 35.93 20.26 2.83 -
YUV 103.12 82.79 222.78 -
System Red Green Blue C M Y K H S L
Decimal 236 51 23 0 0.78 0.90 0.07 7.89 0.85 0.51
Hex EC 33 17 0 4E 5A 7 8 55 33
Octal 354 63 27 0 116 132 7 10 125 63
Binary 11101100 110011 10111 0 1001110 1011010 111 1000 1010101 110011

Color Harmonies of #EC3317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3317

Black with #EC3317

Text Example


Text Example

White with #EC3317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3317; }

 p { color: rgb(236,51,23); }

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

background-color css

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

 a { background-color: rgb(236,51,23); }

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

border-color css

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

 span { border-color: rgb(236,51,23); }

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