#FA0D0C

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

Shades of Red #FA0D0C

Tints of Red #FA0D0C

Color information

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

HSL color Cylindrical-coordinate representation of color #FA0D0C: hue angle of 0.25º 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 #FA0D0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB2501312-
CMYK00.950.950.02
HSL0.25º95.97%51.37%-
HSV(B)0.25º95.2%98.04%-
XYZ39.6320.642.24-
YUV83.7587.52246.58-

RGB Variations

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

RGB

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

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
Decimal250131200.950.950.020.2595.9751.37
HexFADC05F5F206033
Octal372151401371372014063
Binary11111010110111000101111110111111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0D0C; }

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

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

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

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

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

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

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

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