#F51A12

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

Shades of Scarlet #F51A12

Tints of Scarlet #F51A12

Color information

#F51A12 (or 0xF51A12) is unknown color: approx Scarlet. HEX triplet: F5, 1A and 12. RGB value is (245,26,18). Sum of RGB (Red+Green+Blue) = 245+26+18=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51A12 is #0AE5ED. Grayscale: #5A5A5A. Windows color (decimal): -714222 or 1186549. OLE color: 1186549.

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

Color convert

RGB2452618-
CMYK00.890.930.04
HSL2.11º91.9%51.57%-
HSV(B)2.11º92.65%96.08%-
XYZ38.1320.192.46-
YUV90.5787.05238.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 84.78%
GREEN value IS 26 (10.55% from 255) = 9.00%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=84.78%
G=9.00%
B=6.23%

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
Decimal245261800.890.930.042.1191.951.57
HexF51A120595D425c34
Octal365322201311354213464
Binary111101011101010010010110011011101100101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51A12; }

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

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

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

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

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

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

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

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