#F51B12

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

Shades of Scarlet #F51B12

Tints of Scarlet #F51B12

Color information

#F51B12 (or 0xF51B12) is unknown color: approx Scarlet. HEX triplet: F5, 1B and 12. RGB value is (245,27,18). Sum of RGB (Red+Green+Blue) = 245+27+18=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51B12 is #0AE4ED. Grayscale: #5B5B5B. Windows color (decimal): -713966 or 1186805. OLE color: 1186805.

HSL color Cylindrical-coordinate representation of color #F51B12: hue angle of 2.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51B12 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB2452718-
CMYK00.890.930.04
HSL2.38º91.9%51.57%-
HSV(B)2.38º92.65%96.08%-
XYZ38.1620.242.47-
YUV91.1686.72237.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 84.48%
GREEN value IS 27 (10.94% from 255) = 9.31%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=84.48%
G=9.31%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245271800.890.930.042.3891.951.57
HexF51B120595D425c34
Octal365332201311354213464
Binary111101011101110010010110011011101100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51B12; }

 p { color: rgb(245,27,18); }

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

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

 a { background-color: rgb(245,27,18); }

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

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

 span { border-color: rgb(245,27,18); }

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