Html Css Color HEX #EC180E Scarlet

📋 copy color: '#EC180E'

red 236 ◦ green 24 ◦ blue 14

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

Shades of Scarlet #EC180E

Tints of Scarlet #EC180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 86.13%
G = 8.76%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC180E (or 0xEC180E) is known color: Scarlet. HEX triplet: EC, 18 and 0E. RGB value is (236,24,14). Sum of RGB (Red+Green+Blue) = 236+24+14=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC180E is #13E7F1. Grayscale: #565656. Windows color (decimal): -1304562 or 923884. OLE color: 923884.

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

Color convert

RGB 236 24 14 -
CMYK 0 0.90 0.94 0.07
HSL 2.7º 0.89% 0.49% -
HSV(B) 2.7º 0.94% 0.93% -
XYZ 35 18.52 2.15 -
YUV 86.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 236 24 14 0 0.90 0.94 0.07 2.7 0.89 0.49
Hex EC 18 E 0 5A 5E 7 3 59 31
Octal 354 30 16 0 132 136 7 3 131 61
Binary 11101100 11000 1110 0 1011010 1011110 111 11 1011001 110001

Color Harmonies of #EC180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC180E

Black with #EC180E

Text Example


Text Example

White with #EC180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC180E; }

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

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

background-color css

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

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

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

border-color css

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

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

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