Html Css Color HEX #EC1E12 Scarlet

📋 copy color: '#EC1E12'

red 236 ◦ green 30 ◦ blue 18

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

Shades of Scarlet #EC1E12

Tints of Scarlet #EC1E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 83.1%
G = 10.56%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC1E12 (or 0xEC1E12) is known color: Scarlet. HEX triplet: EC, 1E and 12. RGB value is (236,30,18). Sum of RGB (Red+Green+Blue) = 236+30+18=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E12 is #13E1ED. Grayscale: #5A5A5A. Windows color (decimal): -1303022 or 1187564. OLE color: 1187564.

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

Color convert

RGB 236 30 18 -
CMYK 0 0.87 0.92 0.07
HSL 3.3º 0.86% 0.5% -
HSV(B) 3.3º 0.92% 0.93% -
XYZ 35.17 18.81 2.35 -
YUV 90.23 87.25 231.98 -
System Red Green Blue C M Y K H S L
Decimal 236 30 18 0 0.87 0.92 0.07 3.3 0.86 0.5
Hex EC 1E 12 0 57 5C 7 3 56 32
Octal 354 36 22 0 127 134 7 3 126 62
Binary 11101100 11110 10010 0 1010111 1011100 111 11 1010110 110010

Color Harmonies of #EC1E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E12

Black with #EC1E12

Text Example


Text Example

White with #EC1E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E12; }

 p { color: rgb(236,30,18); }

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

background-color css

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

 a { background-color: rgb(236,30,18); }

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

border-color css

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

 span { border-color: rgb(236,30,18); }

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