#F21E15

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

Shades of Scarlet #F21E15

Tints of Scarlet #F21E15

Color information

#F21E15 (or 0xF21E15) is unknown color: approx Scarlet. HEX triplet: F2, 1E and 15. RGB value is (242,30,21). Sum of RGB (Red+Green+Blue) = 242+30+21=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E15 is #0DE1EA. Grayscale: #5C5C5C. Windows color (decimal): -909803 or 1384178. OLE color: 1384178.

HSL color Cylindrical-coordinate representation of color #F21E15: hue angle of 2.44º 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 #F21E15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2423021-
CMYK00.880.910.05
HSL2.44º89.47%51.57%-
HSV(B)2.44º91.32%94.9%-
XYZ37.2219.862.58-
YUV92.3687.74234.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.59%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=82.59%
G=10.24%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242302100.880.910.052.4489.4751.57
HexF21E150585B525934
Octal362362501301335213164
Binary111100101111010101010110001011011101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21E15; }

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

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

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

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

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

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

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

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