Html Css Color HEX #FA1101 Red

📋 copy color: '#FA1101'

red 250 ◦ green 17 ◦ blue 1

#FA1101
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FA1101

Tints of Red #FA1101

RGB

 RED value IS 250 (98.05% from 255) = 93.28%

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 93.28%
G = 6.34%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA1101 (or 0xFA1101) is known color: Red. HEX triplet: FA, 11 and 01. RGB value is (250,17,1). Sum of RGB (Red+Green+Blue) = 250+17+1=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1101 is #05EEFE. Grayscale: #555555. Windows color (decimal): -388863 or 70138. OLE color: 70138.

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

Color convert

RGB 250 17 1 -
CMYK 0 0.93 1.00 0.02
HSL 3.86º 0.99% 0.49% -
HSV(B) 3.86º 1% 0.98% -
XYZ 39.63 20.73 1.94 -
YUV 84.84 80.69 245.8 -
System Red Green Blue C M Y K H S L
Decimal 250 17 1 0 0.93 1.00 0.02 3.86 0.99 0.49
Hex FA 11 1 0 5D 64 2 4 63 31
Octal 372 21 1 0 135 144 2 4 143 61
Binary 11111010 10001 1 0 1011101 1100100 10 100 1100011 110001

Color Harmonies of #FA1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1101

Black with #FA1101

Text Example


Text Example

White with #FA1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1101; }

 p { color: rgb(250,17,1); }

 H1.HeaderClassName
 {
   color: #FA1101;
 }
 .AnyTagClassName
 {
   color: #FA1101;
 }
</style>

background-color css

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

 a { background-color: rgb(250,17,1); }

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

border-color css

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

 span { border-color: rgb(250,17,1); }

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