Html Css Color HEX #EC3410 Scarlet

📋 copy color: '#EC3410'

red 236 ◦ green 52 ◦ blue 16

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

Shades of Scarlet #EC3410

Tints of Scarlet #EC3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 77.63%
G = 17.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC3410 (or 0xEC3410) is known color: Scarlet. HEX triplet: EC, 34 and 10. RGB value is (236,52,16). Sum of RGB (Red+Green+Blue) = 236+52+16=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3410 is #13CBEF. Grayscale: #676767. Windows color (decimal): -1297392 or 1062124. OLE color: 1062124.

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

Color convert

RGB 236 52 16 -
CMYK 0 0.78 0.93 0.07
HSL 9.82º 0.87% 0.49% -
HSV(B) 9.82º 0.93% 0.93% -
XYZ 35.91 20.33 2.52 -
YUV 102.91 78.96 222.93 -
System Red Green Blue C M Y K H S L
Decimal 236 52 16 0 0.78 0.93 0.07 9.82 0.87 0.49
Hex EC 34 10 0 4E 5D 7 A 57 31
Octal 354 64 20 0 116 135 7 12 127 61
Binary 11101100 110100 10000 0 1001110 1011101 111 1010 1010111 110001

Color Harmonies of #EC3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3410

Black with #EC3410

Text Example


Text Example

White with #EC3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3410; }

 p { color: rgb(236,52,16); }

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

background-color css

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

 a { background-color: rgb(236,52,16); }

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

border-color css

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

 span { border-color: rgb(236,52,16); }

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