Html Css Color HEX #EC1406 Scarlet

📋 copy color: '#EC1406'

red 236 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #EC1406

Tints of Scarlet #EC1406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 90.08%
G = 7.63%
B = 2.29%

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

#EC1406 (or 0xEC1406) is known color: Scarlet. HEX triplet: EC, 14 and 06. RGB value is (236,20,6). Sum of RGB (Red+Green+Blue) = 236+20+6=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1406 is #13EBF9. Grayscale: #535353. Windows color (decimal): -1305594 or 398572. OLE color: 398572.

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

Color convert

RGB 236 20 6 -
CMYK 0 0.92 0.97 0.07
HSL 3.65º 0.95% 0.47% -
HSV(B) 3.65º 0.97% 0.93% -
XYZ 34.88 18.35 1.88 -
YUV 82.99 84.56 237.14 -
System Red Green Blue C M Y K H S L
Decimal 236 20 6 0 0.92 0.97 0.07 3.65 0.95 0.47
Hex EC 14 6 0 5C 61 7 4 5F 2F
Octal 354 24 6 0 134 141 7 4 137 57
Binary 11101100 10100 110 0 1011100 1100001 111 100 1011111 101111

Color Harmonies of #EC1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1406

Black with #EC1406

Text Example


Text Example

White with #EC1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1406; }

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

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

background-color css

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

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

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

border-color css

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

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

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