Html Css Color HEX #EC140E Scarlet

📋 copy color: '#EC140E'

red 236 ◦ green 20 ◦ blue 14

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

Shades of Scarlet #EC140E

Tints of Scarlet #EC140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 87.41%
G = 7.41%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC140E (or 0xEC140E) is known color: Scarlet. HEX triplet: EC, 14 and 0E. RGB value is (236,20,14). Sum of RGB (Red+Green+Blue) = 236+20+14=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC140E is #13EBF1. Grayscale: #545454. Windows color (decimal): -1305586 or 922860. OLE color: 922860.

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

Color convert

RGB 236 20 14 -
CMYK 0 0.92 0.94 0.07
HSL 1.62º 0.89% 0.49% -
HSV(B) 1.62º 0.94% 0.93% -
XYZ 34.92 18.36 2.12 -
YUV 83.9 88.56 236.49 -
System Red Green Blue C M Y K H S L
Decimal 236 20 14 0 0.92 0.94 0.07 1.62 0.89 0.49
Hex EC 14 E 0 5C 5E 7 2 59 31
Octal 354 24 16 0 134 136 7 2 131 61
Binary 11101100 10100 1110 0 1011100 1011110 111 10 1011001 110001

Color Harmonies of #EC140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC140E

Black with #EC140E

Text Example


Text Example

White with #EC140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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