Html Css Color HEX #EC3101 Scarlet

📋 copy color: '#EC3101'

red 236 ◦ green 49 ◦ blue 1

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

Shades of Scarlet #EC3101

Tints of Scarlet #EC3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 82.52%
G = 17.13%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC3101 (or 0xEC3101) is known color: Scarlet. HEX triplet: EC, 31 and 01. RGB value is (236,49,1). Sum of RGB (Red+Green+Blue) = 236+49+1=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3101 is #13CEFE. Grayscale: #636363. Windows color (decimal): -1298175 or 78316. OLE color: 78316.

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

Color convert

RGB 236 49 1 -
CMYK 0 0.79 1.00 0.07
HSL 12.26º 0.99% 0.46% -
HSV(B) 12.26º 1% 0.93% -
XYZ 35.7 20.03 2.01 -
YUV 99.44 72.45 225.4 -
System Red Green Blue C M Y K H S L
Decimal 236 49 1 0 0.79 1.00 0.07 12.26 0.99 0.46
Hex EC 31 1 0 4F 64 7 C 63 2E
Octal 354 61 1 0 117 144 7 14 143 56
Binary 11101100 110001 1 0 1001111 1100100 111 1100 1100011 101110

Color Harmonies of #EC3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3101

Black with #EC3101

Text Example


Text Example

White with #EC3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3101; }

 p { color: rgb(236,49,1); }

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

background-color css

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

 a { background-color: rgb(236,49,1); }

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

border-color css

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

 span { border-color: rgb(236,49,1); }

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