Html Css Color HEX #EC3017 Scarlet

📋 copy color: '#EC3017'

red 236 ◦ green 48 ◦ blue 23

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

Shades of Scarlet #EC3017

Tints of Scarlet #EC3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

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

R = 76.87%
G = 15.64%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC3017 (or 0xEC3017) is known color: Scarlet. HEX triplet: EC, 30 and 17. RGB value is (236,48,23). Sum of RGB (Red+Green+Blue) = 236+48+23=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3017 is #13CFE8. Grayscale: #656565. Windows color (decimal): -1298409 or 1519852. OLE color: 1519852.

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

Color convert

RGB 236 48 23 -
CMYK 0 0.80 0.90 0.07
HSL 7.04º 0.85% 0.51% -
HSV(B) 7.04º 0.9% 0.93% -
XYZ 35.8 20.01 2.79 -
YUV 101.36 83.78 224.03 -
System Red Green Blue C M Y K H S L
Decimal 236 48 23 0 0.80 0.90 0.07 7.04 0.85 0.51
Hex EC 30 17 0 50 5A 7 7 55 33
Octal 354 60 27 0 120 132 7 7 125 63
Binary 11101100 110000 10111 0 1010000 1011010 111 111 1010101 110011

Color Harmonies of #EC3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3017

Black with #EC3017

Text Example


Text Example

White with #EC3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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