#F3211B

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

Shades of Scarlet #F3211B

Tints of Scarlet #F3211B

Color information

#F3211B (or 0xF3211B) is unknown color: approx Scarlet. HEX triplet: F3, 21 and 1B. RGB value is (243,33,27). Sum of RGB (Red+Green+Blue) = 243+33+27=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F3211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3211B is #0CDEE4. Grayscale: #5F5F5F. Windows color (decimal): -843493 or 1778163. OLE color: 1778163.

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

Color convert

RGB2433327-
CMYK00.860.890.05
HSL1.67º90%52.94%-
HSV(B)1.67º88.89%95.29%-
XYZ37.720.222.95-
YUV95.1189.57233.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 80.20%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=80.20%
G=10.89%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243332700.860.890.051.679052.94
HexF3211B05659525a35
Octal363413301261315213265
Binary1111001110000111011010101101011001101101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3211B; }

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

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

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

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

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

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

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

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