Html Css Color HEX #EF2116 Scarlet

📋 copy color: '#EF2116'

red 239 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #EF2116

Tints of Scarlet #EF2116

RGB

 RED value IS 239 (93.75% from 255) = 81.29%

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 81.29%
G = 11.22%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF2116 (or 0xEF2116) is known color: Scarlet. HEX triplet: EF, 21 and 16. RGB value is (239,33,22). Sum of RGB (Red+Green+Blue) = 239+33+22=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2116 is #10DEE9. Grayscale: #5D5D5D. Windows color (decimal): -1105642 or 1450479. OLE color: 1450479.

HSL color Cylindrical-coordinate representation of color #EF2116: hue angle of 3.04º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF2116 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 22 -
CMYK 0 0.86 0.91 0.06
HSL 3.04º 0.87% 0.51% -
HSV(B) 3.04º 0.91% 0.94% -
XYZ 36.29 19.5 2.61 -
YUV 93.34 87.75 231.89 -
System Red Green Blue C M Y K H S L
Decimal 239 33 22 0 0.86 0.91 0.06 3.04 0.87 0.51
Hex EF 21 16 0 56 5B 6 3 57 33
Octal 357 41 26 0 126 133 6 3 127 63
Binary 11101111 100001 10110 0 1010110 1011011 110 11 1010111 110011

Color Harmonies of #EF2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2116

Black with #EF2116

Text Example


Text Example

White with #EF2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2116; }

 p { color: rgb(239,33,22); }

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

background-color css

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

 a { background-color: rgb(239,33,22); }

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

border-color css

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

 span { border-color: rgb(239,33,22); }

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