#F21F1C

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

Shades of Scarlet #F21F1C

Tints of Scarlet #F21F1C

Color information

#F21F1C (or 0xF21F1C) is unknown color: approx Scarlet. HEX triplet: F2, 1F and 1C. RGB value is (242,31,28). Sum of RGB (Red+Green+Blue) = 242+31+28=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F1C is #0DE0E3. Grayscale: #5D5D5D. Windows color (decimal): -909540 or 1843186. OLE color: 1843186.

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

Color convert

RGB2423128-
CMYK00.870.880.05
HSL0.84º89.17%52.94%-
HSV(B)0.84º88.43%94.9%-
XYZ37.3219.942.98-
YUV93.7590.9233.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 80.40%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=80.40%
G=10.30%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242312800.870.880.050.8489.1752.94
HexF21F1C05758515935
Octal362373401271305113165
Binary11110010111111110001010111101100010111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21F1C; }

 p { color: rgb(242,31,28); }

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

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

 a { background-color: rgb(242,31,28); }

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

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

 span { border-color: rgb(242,31,28); }

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