Html Css Color HEX #EC2F16 Scarlet

📋 copy color: '#EC2F16'

red 236 ◦ green 47 ◦ blue 22

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

Shades of Scarlet #EC2F16

Tints of Scarlet #EC2F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 77.38%
G = 15.41%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC2F16 (or 0xEC2F16) is known color: Scarlet. HEX triplet: EC, 2F and 16. RGB value is (236,47,22). Sum of RGB (Red+Green+Blue) = 236+47+22=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F16 is #13D0E9. Grayscale: #646464. Windows color (decimal): -1298666 or 1454060. OLE color: 1454060.

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

Color convert

RGB 236 47 22 -
CMYK 0 0.80 0.91 0.07
HSL 7.01º 0.85% 0.51% -
HSV(B) 7.01º 0.91% 0.93% -
XYZ 35.75 19.92 2.72 -
YUV 100.66 83.62 224.53 -
System Red Green Blue C M Y K H S L
Decimal 236 47 22 0 0.80 0.91 0.07 7.01 0.85 0.51
Hex EC 2F 16 0 50 5B 7 7 55 33
Octal 354 57 26 0 120 133 7 7 125 63
Binary 11101100 101111 10110 0 1010000 1011011 111 111 1010101 110011

Color Harmonies of #EC2F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F16

Black with #EC2F16

Text Example


Text Example

White with #EC2F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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