#FF2112

Color #FF2112 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FF2112

Tints of Scarlet #FF2112

Color information

#FF2112 (or 0xFF2112) is unknown color: approx Scarlet. HEX triplet: FF, 21 and 12. RGB value is (255,33,18). Sum of RGB (Red+Green+Blue) = 255+33+18=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2112 is #00DEED. Grayscale: #616161. Windows color (decimal): -57070 or 1188351. OLE color: 1188351.

HSL color Cylindrical-coordinate representation of color #FF2112: hue angle of 3.8º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF2112 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2553318-
CMYK00.870.930
HSL3.8º100%53.53%-
HSV(B)3.8º92.94%100%-
XYZ41.8922.392.69-
YUV97.6783.05240.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=83.33%
G=10.78%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255331800.870.9303.810053.53
HexFF21120575D046436
Octal377412201271350414466
Binary111111111000011001001010111101110101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2112; }

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

 H1.HeaderClassName
 {
   color: #FF2112;
 }
 .AnyTagClassName
 {
   color: #FF2112;
 }
</style>
background-color css

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

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

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

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

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

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