#FA0C0D

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

Shades of Torch Red #FA0C0D

Tints of Torch Red #FA0C0D

Color information

#FA0C0D (or 0xFA0C0D) is unknown color: approx Torch Red. HEX triplet: FA, 0C and 0D. RGB value is (250,12,13). Sum of RGB (Red+Green+Blue) = 250+12+13=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0C0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0C0D is #05F3F2. Grayscale: #535353. Windows color (decimal): -390131 or 855290. OLE color: 855290.

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

Color convert

RGB2501213-
CMYK00.950.950.02
HSL359.75º95.97%51.37%-
HSV(B)359.75º95.2%98.04%-
XYZ39.6320.622.27-
YUV83.2888.35246.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 90.91%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=90.91%
G=4.36%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250121300.950.950.02359.7595.9751.37
HexFACD05F5F21686033
Octal37214150137137255014063
Binary1111101011001101010111111011111101011010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0C0D; }

 p { color: rgb(250,12,13); }

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

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

 a { background-color: rgb(250,12,13); }

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

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

 span { border-color: rgb(250,12,13); }

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