Html Css Color HEX #EC3105 Scarlet

📋 copy color: '#EC3105'

red 236 ◦ green 49 ◦ blue 5

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

Shades of Scarlet #EC3105

Tints of Scarlet #EC3105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 81.38%
G = 16.9%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC3105 (or 0xEC3105) is known color: Scarlet. HEX triplet: EC, 31 and 05. RGB value is (236,49,5). Sum of RGB (Red+Green+Blue) = 236+49+5=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3105 is #13CEFA. Grayscale: #646464. Windows color (decimal): -1298171 or 340460. OLE color: 340460.

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

Color convert

RGB 236 49 5 -
CMYK 0 0.79 0.98 0.07
HSL 11.43º 0.96% 0.47% -
HSV(B) 11.43º 0.98% 0.93% -
XYZ 35.72 20.04 2.13 -
YUV 99.9 74.45 225.08 -
System Red Green Blue C M Y K H S L
Decimal 236 49 5 0 0.79 0.98 0.07 11.43 0.96 0.47
Hex EC 31 5 0 4F 62 7 B 60 2F
Octal 354 61 5 0 117 142 7 13 140 57
Binary 11101100 110001 101 0 1001111 1100010 111 1011 1100000 101111

Color Harmonies of #EC3105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3105

Black with #EC3105

Text Example


Text Example

White with #EC3105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3105; }

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

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

background-color css

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

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

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

border-color css

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

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

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