Html Css Color HEX #EC1408 Scarlet

📋 copy color: '#EC1408'

red 236 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #EC1408

Tints of Scarlet #EC1408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 89.39%
G = 7.58%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1408 (or 0xEC1408) is known color: Scarlet. HEX triplet: EC, 14 and 08. RGB value is (236,20,8). Sum of RGB (Red+Green+Blue) = 236+20+8=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1408 is #13EBF7. Grayscale: #535353. Windows color (decimal): -1305592 or 529644. OLE color: 529644.

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

Color convert

RGB 236 20 8 -
CMYK 0 0.92 0.97 0.07
HSL 3.16º 0.93% 0.48% -
HSV(B) 3.16º 0.97% 0.93% -
XYZ 34.89 18.35 1.93 -
YUV 83.22 85.56 236.98 -
System Red Green Blue C M Y K H S L
Decimal 236 20 8 0 0.92 0.97 0.07 3.16 0.93 0.48
Hex EC 14 8 0 5C 61 7 3 5D 30
Octal 354 24 10 0 134 141 7 3 135 60
Binary 11101100 10100 1000 0 1011100 1100001 111 11 1011101 110000

Color Harmonies of #EC1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1408

Black with #EC1408

Text Example


Text Example

White with #EC1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1408; }

 p { color: rgb(236,20,8); }

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

background-color css

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

 a { background-color: rgb(236,20,8); }

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

border-color css

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

 span { border-color: rgb(236,20,8); }

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