Html Css Color HEX #EC2812 Scarlet

📋 copy color: '#EC2812'

red 236 ◦ green 40 ◦ blue 18

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

Shades of Scarlet #EC2812

Tints of Scarlet #EC2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 80.27%
G = 13.61%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC2812 (or 0xEC2812) is known color: Scarlet. HEX triplet: EC, 28 and 12. RGB value is (236,40,18). Sum of RGB (Red+Green+Blue) = 236+40+18=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2812 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2812 is #13D7ED. Grayscale: #606060. Windows color (decimal): -1300462 or 1190124. OLE color: 1190124.

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

Color convert

RGB 236 40 18 -
CMYK 0 0.83 0.92 0.07
HSL 6.06º 0.86% 0.5% -
HSV(B) 6.06º 0.92% 0.93% -
XYZ 35.46 19.39 2.45 -
YUV 96.1 83.93 227.79 -
System Red Green Blue C M Y K H S L
Decimal 236 40 18 0 0.83 0.92 0.07 6.06 0.86 0.5
Hex EC 28 12 0 53 5C 7 6 56 32
Octal 354 50 22 0 123 134 7 6 126 62
Binary 11101100 101000 10010 0 1010011 1011100 111 110 1010110 110010

Color Harmonies of #EC2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2812

Black with #EC2812

Text Example


Text Example

White with #EC2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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