#FA2205

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

Shades of Scarlet #FA2205

Tints of Scarlet #FA2205

Color information

#FA2205 (or 0xFA2205) is unknown color: approx Scarlet. HEX triplet: FA, 22 and 05. RGB value is (250,34,5). Sum of RGB (Red+Green+Blue) = 250+34+5=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2205 is #05DDFA. Grayscale: #5F5F5F. Windows color (decimal): -384507 or 336634. OLE color: 336634.

HSL color Cylindrical-coordinate representation of color #FA2205: hue angle of 7.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA2205 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB250345-
CMYK00.860.980.02
HSL7.1º96.08%50%-
HSV(B)7.1º98%98.04%-
XYZ40.0221.482.18-
YUV95.2877.06238.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.51%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=86.51%
G=11.76%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25034500.860.980.027.196.0850
HexFA22505662276032
Octal37242501261422714062
Binary11111010100010101010101101100010101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2205; }

 p { color: rgb(250,34,5); }

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

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

 a { background-color: rgb(250,34,5); }

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

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

 span { border-color: rgb(250,34,5); }

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