#FF3112

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

Shades of Scarlet #FF3112

Tints of Scarlet #FF3112

Color information

#FF3112 (or 0xFF3112) is unknown color: approx Scarlet. HEX triplet: FF, 31 and 12. RGB value is (255,49,18). Sum of RGB (Red+Green+Blue) = 255+49+18=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3112 is #00CEED. Grayscale: #6B6B6B. Windows color (decimal): -52974 or 1192447. OLE color: 1192447.

HSL color Cylindrical-coordinate representation of color #FF3112: hue angle of 7.85º 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 #FF3112 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB2554918-
CMYK00.810.930
HSL7.85º100%53.53%-
HSV(B)7.85º92.94%100%-
XYZ42.4523.52.87-
YUV107.0677.75233.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 79.19%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 18 (7.42% from 255) = 5.59%
R=79.19%
G=15.22%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255491800.810.9307.8510053.53
HexFF31120515D086436
Octal3776122012113501014466
Binary1111111111000110010010100011011101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3112; }

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

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

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

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

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

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

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

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