#F3210F

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

Shades of Scarlet #F3210F

Tints of Scarlet #F3210F

Color information

#F3210F (or 0xF3210F) is unknown color: approx Scarlet. HEX triplet: F3, 21 and 0F. RGB value is (243,33,15). Sum of RGB (Red+Green+Blue) = 243+33+15=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F3210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3210F is #0CDEF0. Grayscale: #5E5E5E. Windows color (decimal): -843505 or 991731. OLE color: 991731.

HSL color Cylindrical-coordinate representation of color #F3210F: hue angle of 4.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3210F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB2433315-
CMYK00.860.940.05
HSL4.74º90.48%50.59%-
HSV(B)4.74º93.83%95.29%-
XYZ37.5920.182.37-
YUV93.7483.57234.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 83.51%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=83.51%
G=11.34%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243331500.860.940.054.7490.4850.59
HexF321F0565E555a33
Octal363411701261365513263
Binary1111001110000111110101011010111101011011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3210F; }

 p { color: rgb(243,33,15); }

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

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

 a { background-color: rgb(243,33,15); }

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

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

 span { border-color: rgb(243,33,15); }

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