#F22015

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

Shades of Scarlet #F22015

Tints of Scarlet #F22015

Color information

#F22015 (or 0xF22015) is unknown color: approx Scarlet. HEX triplet: F2, 20 and 15. RGB value is (242,32,21). Sum of RGB (Red+Green+Blue) = 242+32+21=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22015 is #0DDFEA. Grayscale: #5D5D5D. Windows color (decimal): -909291 or 1384690. OLE color: 1384690.

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

Color convert

RGB2423221-
CMYK00.870.910.05
HSL2.99º89.47%51.57%-
HSV(B)2.99º91.32%94.9%-
XYZ37.2719.962.6-
YUV93.5487.07233.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.03%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=82.03%
G=10.85%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242322100.870.910.052.9989.4751.57
HexF220150575B535934
Octal362402501271335313164
Binary1111001010000010101010101111011011101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22015; }

 p { color: rgb(242,32,21); }

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

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

 a { background-color: rgb(242,32,21); }

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

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

 span { border-color: rgb(242,32,21); }

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