#F12C1A

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

Shades of Scarlet #F12C1A

Tints of Scarlet #F12C1A

Color information

#F12C1A (or 0xF12C1A) is unknown color: approx Scarlet. HEX triplet: F1, 2C and 1A. RGB value is (241,44,26). Sum of RGB (Red+Green+Blue) = 241+44+26=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12C1A is #0ED3E5. Grayscale: #656565. Windows color (decimal): -971750 or 1715441. OLE color: 1715441.

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

Color convert

RGB2414426-
CMYK00.820.890.05
HSL5.02º88.48%52.35%-
HSV(B)5.02º89.21%94.51%-
XYZ37.3620.582.98-
YUV100.8585.77227.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 77.49%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=77.49%
G=14.15%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241442600.820.890.055.0288.4852.35
HexF12C1A05259555834
Octal361543201221315513064
Binary11110001101100110100101001010110011011011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12C1A; }

 p { color: rgb(241,44,26); }

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

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

 a { background-color: rgb(241,44,26); }

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

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

 span { border-color: rgb(241,44,26); }

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