Html Css Color HEX #EF2112 Scarlet

📋 copy color: '#EF2112'

red 239 ◦ green 33 ◦ blue 18

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

Shades of Scarlet #EF2112

Tints of Scarlet #EF2112

RGB

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

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

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

R = 82.41%
G = 11.38%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF2112 (or 0xEF2112) is known color: Scarlet. HEX triplet: EF, 21 and 12. RGB value is (239,33,18). Sum of RGB (Red+Green+Blue) = 239+33+18=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2112 is #10DEED. Grayscale: #5D5D5D. Windows color (decimal): -1105646 or 1188335. OLE color: 1188335.

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

Color convert

RGB 239 33 18 -
CMYK 0 0.86 0.92 0.06
HSL 4.07º 0.87% 0.5% -
HSV(B) 4.07º 0.92% 0.94% -
XYZ 36.25 19.48 2.42 -
YUV 92.88 85.75 232.22 -
System Red Green Blue C M Y K H S L
Decimal 239 33 18 0 0.86 0.92 0.06 4.07 0.87 0.5
Hex EF 21 12 0 56 5C 6 4 57 32
Octal 357 41 22 0 126 134 6 4 127 62
Binary 11101111 100001 10010 0 1010110 1011100 110 100 1010111 110010

Color Harmonies of #EF2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2112

Black with #EF2112

Text Example


Text Example

White with #EF2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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