Html Css Color HEX #EC350F Scarlet

📋 copy color: '#EC350F'

red 236 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #EC350F

Tints of Scarlet #EC350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 77.63%
G = 17.43%
B = 4.93%

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

#EC350F (or 0xEC350F) is known color: Scarlet. HEX triplet: EC, 35 and 0F. RGB value is (236,53,15). Sum of RGB (Red+Green+Blue) = 236+53+15=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC350F is #13CAF0. Grayscale: #676767. Windows color (decimal): -1297137 or 996844. OLE color: 996844.

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

Color convert

RGB 236 53 15 -
CMYK 0 0.78 0.94 0.07
HSL 10.32º 0.88% 0.49% -
HSV(B) 10.32º 0.94% 0.93% -
XYZ 35.95 20.41 2.5 -
YUV 103.39 78.13 222.59 -
System Red Green Blue C M Y K H S L
Decimal 236 53 15 0 0.78 0.94 0.07 10.32 0.88 0.49
Hex EC 35 F 0 4E 5E 7 A 58 31
Octal 354 65 17 0 116 136 7 12 130 61
Binary 11101100 110101 1111 0 1001110 1011110 111 1010 1011000 110001

Color Harmonies of #EC350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC350F

Black with #EC350F

Text Example


Text Example

White with #EC350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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