#F22018

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

Shades of Scarlet #F22018

Tints of Scarlet #F22018

Color information

#F22018 (or 0xF22018) is unknown color: approx Scarlet. HEX triplet: F2, 20 and 18. RGB value is (242,32,24). Sum of RGB (Red+Green+Blue) = 242+32+24=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22018 is #0DDFE7. Grayscale: #5E5E5E. Windows color (decimal): -909288 or 1581298. OLE color: 1581298.

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

Color convert

RGB2423224-
CMYK00.870.900.05
HSL2.2º89.34%52.16%-
HSV(B)2.2º90.08%94.9%-
XYZ37.319.982.75-
YUV93.8888.57233.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.21%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 24 (9.77% from 255) = 8.05%
R=81.21%
G=10.74%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242322400.870.900.052.289.3452.16
HexF220180575A525934
Octal362403001271325213164
Binary1111001010000011000010101111011010101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22018; }

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

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

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

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

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

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

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

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