Html Css Color HEX #EC350C Scarlet

📋 copy color: '#EC350C'

red 236 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #EC350C

Tints of Scarlet #EC350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 78.41%
G = 17.61%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC350C (or 0xEC350C) is known color: Scarlet. HEX triplet: EC, 35 and 0C. RGB value is (236,53,12). Sum of RGB (Red+Green+Blue) = 236+53+12=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350C is #13CAF3. Grayscale: #676767. Windows color (decimal): -1297140 or 800236. OLE color: 800236.

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

Color convert

RGB 236 53 12 -
CMYK 0 0.78 0.95 0.07
HSL 10.98º 0.9% 0.49% -
HSV(B) 10.98º 0.95% 0.93% -
XYZ 35.93 20.41 2.39 -
YUV 103.04 76.63 222.83 -
System Red Green Blue C M Y K H S L
Decimal 236 53 12 0 0.78 0.95 0.07 10.98 0.9 0.49
Hex EC 35 C 0 4E 5F 7 B 5A 31
Octal 354 65 14 0 116 137 7 13 132 61
Binary 11101100 110101 1100 0 1001110 1011111 111 1011 1011010 110001

Color Harmonies of #EC350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC350C

Black with #EC350C

Text Example


Text Example

White with #EC350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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