#FA1D00

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

Shades of Scarlet #FA1D00

Tints of Scarlet #FA1D00

Color information

#FA1D00 (or 0xFA1D00) is unknown color: approx Scarlet. HEX triplet: FA, 1D and 00. RGB value is (250,29,0). Sum of RGB (Red+Green+Blue) = 250+29+0=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D00 is #05E2FF. Grayscale: #5C5C5C. Windows color (decimal): -385792 or 7674. OLE color: 7674.

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

Color convert

RGB250290-
CMYK00.8810.02
HSL6.96º100%49.02%-
HSV(B)6.96º100%98.04%-
XYZ39.8621.21.99-
YUV91.7776.22240.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25029000.8810.026.9610049.02
HexFA1D005864276431
Octal37235001301442714461
Binary11111010111010010110001100100101111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D00; }

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

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

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

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

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

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

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

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