Html Css Color HEX #EC2B16 Scarlet

📋 copy color: '#EC2B16'

red 236 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #EC2B16

Tints of Scarlet #EC2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 78.41%
G = 14.29%
B = 7.31%

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

#EC2B16 (or 0xEC2B16) is known color: Scarlet. HEX triplet: EC, 2B and 16. RGB value is (236,43,22). Sum of RGB (Red+Green+Blue) = 236+43+22=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B16 is #13D4E9. Grayscale: #626262. Windows color (decimal): -1299690 or 1453036. OLE color: 1453036.

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

Color convert

RGB 236 43 22 -
CMYK 0 0.82 0.91 0.07
HSL 5.89º 0.85% 0.51% -
HSV(B) 5.89º 0.91% 0.93% -
XYZ 35.6 19.62 2.67 -
YUV 98.31 84.94 226.21 -
System Red Green Blue C M Y K H S L
Decimal 236 43 22 0 0.82 0.91 0.07 5.89 0.85 0.51
Hex EC 2B 16 0 52 5B 7 6 55 33
Octal 354 53 26 0 122 133 7 6 125 63
Binary 11101100 101011 10110 0 1010010 1011011 111 110 1010101 110011

Color Harmonies of #EC2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B16

Black with #EC2B16

Text Example


Text Example

White with #EC2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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