#FF3113

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

Shades of Scarlet #FF3113

Tints of Scarlet #FF3113

Color information

#FF3113 (or 0xFF3113) is unknown color: approx Scarlet. HEX triplet: FF, 31 and 13. RGB value is (255,49,19). Sum of RGB (Red+Green+Blue) = 255+49+19=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3113 is #00CEEC. Grayscale: #6B6B6B. Windows color (decimal): -52973 or 1257983. OLE color: 1257983.

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

Color convert

RGB2554919-
CMYK00.810.930
HSL7.63º100%53.73%-
HSV(B)7.63º92.55%100%-
XYZ42.4623.52.92-
YUV107.1778.25233.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 19 (7.81% from 255) = 5.88%
R=78.95%
G=15.17%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255491900.810.9307.6310053.73
HexFF31130515D086436
Octal3776123012113501014466
Binary1111111111000110011010100011011101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3113; }

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

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

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

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

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

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

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

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