Html Css Color HEX #EC350D Scarlet

📋 copy color: '#EC350D'

red 236 ◦ green 53 ◦ blue 13

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

Shades of Scarlet #EC350D

Tints of Scarlet #EC350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 78.15%
G = 17.55%
B = 4.3%

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

#EC350D (or 0xEC350D) is known color: Scarlet. HEX triplet: EC, 35 and 0D. RGB value is (236,53,13). Sum of RGB (Red+Green+Blue) = 236+53+13=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350D is #13CAF2. Grayscale: #676767. Windows color (decimal): -1297139 or 865772. OLE color: 865772.

HSL color Cylindrical-coordinate representation of color #EC350D: hue angle of 10.76º degrees, saturation: 0.9, 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 #EC350D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 53 13 -
CMYK 0 0.78 0.94 0.07
HSL 10.76º 0.9% 0.49% -
HSV(B) 10.76º 0.94% 0.93% -
XYZ 35.94 20.41 2.43 -
YUV 103.16 77.13 222.75 -
System Red Green Blue C M Y K H S L
Decimal 236 53 13 0 0.78 0.94 0.07 10.76 0.9 0.49
Hex EC 35 D 0 4E 5E 7 B 5A 31
Octal 354 65 15 0 116 136 7 13 132 61
Binary 11101100 110101 1101 0 1001110 1011110 111 1011 1011010 110001

Color Harmonies of #EC350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC350D

Black with #EC350D

Text Example


Text Example

White with #EC350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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