#F31605

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

Shades of Scarlet #F31605

Tints of Scarlet #F31605

Color information

#F31605 (or 0xF31605) is unknown color: approx Scarlet. HEX triplet: F3, 16 and 05. RGB value is (243,22,5). Sum of RGB (Red+Green+Blue) = 243+22+5=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F31605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31605 is #0CE9FA. Grayscale: #565656. Windows color (decimal): -846331 or 333555. OLE color: 333555.

HSL color Cylindrical-coordinate representation of color #F31605: hue angle of 4.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F31605 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB243225-
CMYK00.910.980.05
HSL4.29º95.97%48.63%-
HSV(B)4.29º97.94%95.29%-
XYZ37.2819.641.97-
YUV86.1482.22239.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 90%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=90%
G=8.15%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322500.910.980.054.2995.9748.63
HexF316505B62546031
Octal36326501331425414061
Binary11110011101101010101101111000101011001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31605; }

 p { color: rgb(243,22,5); }

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

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

 a { background-color: rgb(243,22,5); }

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

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

 span { border-color: rgb(243,22,5); }

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