#F0241E

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

Shades of Scarlet #F0241E

Tints of Scarlet #F0241E

Color information

#F0241E (or 0xF0241E) is unknown color: approx Scarlet. HEX triplet: F0, 24 and 1E. RGB value is (240,36,30). Sum of RGB (Red+Green+Blue) = 240+36+30=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0241E is #0FDBE1. Grayscale: #606060. Windows color (decimal): -1039330 or 1975536. OLE color: 1975536.

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

Color convert

RGB2403630-
CMYK00.850.870.06
HSL1.71º87.5%52.94%-
HSV(B)1.71º87.5%94.12%-
XYZ36.819.883.13-
YUV96.3190.59230.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.43%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=78.43%
G=11.76%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240363000.850.870.061.7187.552.94
HexF0241E05557625835
Octal360443601251276213065
Binary1111000010010011110010101011010111110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0241E; }

 p { color: rgb(240,36,30); }

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

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

 a { background-color: rgb(240,36,30); }

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

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

 span { border-color: rgb(240,36,30); }

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