#FA001D

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

Shades of Torch Red #FA001D

Tints of Torch Red #FA001D

Color information

#FA001D (or 0xFA001D) is unknown color: approx Torch Red. HEX triplet: FA, 00 and 1D. RGB value is (250,0,29). Sum of RGB (Red+Green+Blue) = 250+0+29=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA001D is #05FFE2. Grayscale: #4E4E4E. Windows color (decimal): -393187 or 1900794. OLE color: 1900794.

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

Color convert

RGB250029-
CMYK010.880.02
HSL353.04º100%49.02%-
HSV(B)353.04º100%98.04%-
XYZ39.6520.413.01-
YUV78.06100.32250.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 89.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 10.39%
R=89.61%
G=0%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250029010.880.02353.0410049.02
HexFA01D0645821616431
Octal3720350144130254114461
Binary11111010011101011001001011000101011000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA001D; }

 p { color: rgb(250,0,29); }

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

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

 a { background-color: rgb(250,0,29); }

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

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

 span { border-color: rgb(250,0,29); }

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