#F0231F

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

Shades of Scarlet #F0231F

Tints of Scarlet #F0231F

Color information

#F0231F (or 0xF0231F) is unknown color: approx Scarlet. HEX triplet: F0, 23 and 1F. RGB value is (240,35,31). Sum of RGB (Red+Green+Blue) = 240+35+31=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0231F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0231F is #0FDCE0. Grayscale: #606060. Windows color (decimal): -1039585 or 2040816. OLE color: 2040816.

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

Color convert

RGB2403531-
CMYK00.850.870.06
HSL1.15º87.45%53.14%-
HSV(B)1.15º87.08%94.12%-
XYZ36.7819.833.18-
YUV95.8491.42230.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.43%
GREEN value IS 35 (14.06% from 255) = 11.44%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=78.43%
G=11.44%
B=10.13%

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
Decimal240353100.850.870.061.1587.4553.14
HexF0231F05557615735
Octal360433701251276112765
Binary111100001000111111101010101101011111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0231F; }

 p { color: rgb(240,35,31); }

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

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

 a { background-color: rgb(240,35,31); }

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

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

 span { border-color: rgb(240,35,31); }

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