Html Css Color HEX #EC2A16 Scarlet

📋 copy color: '#EC2A16'

red 236 ◦ green 42 ◦ blue 22

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

Shades of Scarlet #EC2A16

Tints of Scarlet #EC2A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 78.67%
G = 14%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2A16 (or 0xEC2A16) is known color: Scarlet. HEX triplet: EC, 2A and 16. RGB value is (236,42,22). Sum of RGB (Red+Green+Blue) = 236+42+22=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A16 is #13D5E9. Grayscale: #626262. Windows color (decimal): -1299946 or 1452780. OLE color: 1452780.

HSL color Cylindrical-coordinate representation of color #EC2A16: hue angle of 5.61º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC2A16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 42 22 -
CMYK 0 0.82 0.91 0.07
HSL 5.61º 0.85% 0.51% -
HSV(B) 5.61º 0.91% 0.93% -
XYZ 35.56 19.55 2.66 -
YUV 97.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 236 42 22 0 0.82 0.91 0.07 5.61 0.85 0.51
Hex EC 2A 16 0 52 5B 7 6 55 33
Octal 354 52 26 0 122 133 7 6 125 63
Binary 11101100 101010 10110 0 1010010 1011011 111 110 1010101 110011

Color Harmonies of #EC2A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A16

Black with #EC2A16

Text Example


Text Example

White with #EC2A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A16; }

 p { color: rgb(236,42,22); }

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

background-color css

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

 a { background-color: rgb(236,42,22); }

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

border-color css

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

 span { border-color: rgb(236,42,22); }

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