Html Css Color HEX #EC350E Scarlet

📋 copy color: '#EC350E'

red 236 ◦ green 53 ◦ blue 14

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

Shades of Scarlet #EC350E

Tints of Scarlet #EC350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 77.89%
G = 17.49%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC350E (or 0xEC350E) is known color: Scarlet. HEX triplet: EC, 35 and 0E. RGB value is (236,53,14). Sum of RGB (Red+Green+Blue) = 236+53+14=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350E is #13CAF1. Grayscale: #676767. Windows color (decimal): -1297138 or 931308. OLE color: 931308.

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

Color convert

RGB 236 53 14 -
CMYK 0 0.78 0.94 0.07
HSL 10.54º 0.89% 0.49% -
HSV(B) 10.54º 0.94% 0.93% -
XYZ 35.94 20.41 2.46 -
YUV 103.27 77.63 222.67 -
System Red Green Blue C M Y K H S L
Decimal 236 53 14 0 0.78 0.94 0.07 10.54 0.89 0.49
Hex EC 35 E 0 4E 5E 7 B 59 31
Octal 354 65 16 0 116 136 7 13 131 61
Binary 11101100 110101 1110 0 1001110 1011110 111 1011 1011001 110001

Color Harmonies of #EC350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC350E

Black with #EC350E

Text Example


Text Example

White with #EC350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC350E; }

 p { color: rgb(236,53,14); }

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

background-color css

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

 a { background-color: rgb(236,53,14); }

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

border-color css

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

 span { border-color: rgb(236,53,14); }

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