#F23316

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

Shades of Scarlet #F23316

Tints of Scarlet #F23316

Color information

#F23316 (or 0xF23316) is unknown color: approx Scarlet. HEX triplet: F2, 33 and 16. RGB value is (242,51,22). Sum of RGB (Red+Green+Blue) = 242+51+22=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23316 is #0DCCE9. Grayscale: #696969. Windows color (decimal): -904426 or 1455090. OLE color: 1455090.

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

Color convert

RGB2425122-
CMYK00.790.910.05
HSL7.91º89.43%51.76%-
HSV(B)7.91º90.91%94.9%-
XYZ37.9521.32.87-
YUV104.881.28225.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 76.83%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=76.83%
G=16.19%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242512200.790.910.057.9189.4351.76
HexF2331604F5B585934
Octal3626326011713351013164
Binary111100101100111011001001111101101110110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23316; }

 p { color: rgb(242,51,22); }

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

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

 a { background-color: rgb(242,51,22); }

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

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

 span { border-color: rgb(242,51,22); }

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