#F31A12

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

Shades of Scarlet #F31A12

Tints of Scarlet #F31A12

Color information

#F31A12 (or 0xF31A12) is unknown color: approx Scarlet. HEX triplet: F3, 1A and 12. RGB value is (243,26,18). Sum of RGB (Red+Green+Blue) = 243+26+18=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31A12 is #0CE5ED. Grayscale: #5A5A5A. Windows color (decimal): -845294 or 1186547. OLE color: 1186547.

HSL color Cylindrical-coordinate representation of color #F31A12: hue angle of 2.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31A12 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB2432618-
CMYK00.890.930.05
HSL2.13º90.36%51.18%-
HSV(B)2.13º92.59%95.29%-
XYZ37.4419.842.43-
YUV89.9787.39237.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 84.67%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=84.67%
G=9.06%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243261800.890.930.052.1390.3651.18
HexF31A120595D525a33
Octal363322201311355213263
Binary111100111101010010010110011011101101101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31A12; }

 p { color: rgb(243,26,18); }

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

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

 a { background-color: rgb(243,26,18); }

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

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

 span { border-color: rgb(243,26,18); }

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