Html Css Color HEX #FA1211 Red

📋 copy color: '#FA1211'

red 250 ◦ green 18 ◦ blue 17

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

Shades of Red #FA1211

Tints of Red #FA1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 87.72%
G = 6.32%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA1211 (or 0xFA1211) is known color: Red. HEX triplet: FA, 12 and 11. RGB value is (250,18,17). Sum of RGB (Red+Green+Blue) = 250+18+17=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1211 is #05EDEE. Grayscale: #575757. Windows color (decimal): -388591 or 1118970. OLE color: 1118970.

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

Color convert

RGB 250 18 17 -
CMYK 0 0.93 0.93 0.02
HSL 0.26º 0.96% 0.52% -
HSV(B) 0.26º 0.93% 0.98% -
XYZ 39.74 20.8 2.45 -
YUV 87.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 250 18 17 0 0.93 0.93 0.02 0.26 0.96 0.52
Hex FA 12 11 0 5D 5D 2 0 60 34
Octal 372 22 21 0 135 135 2 0 140 64
Binary 11111010 10010 10001 0 1011101 1011101 10 0 1100000 110100

Color Harmonies of #FA1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1211

Black with #FA1211

Text Example


Text Example

White with #FA1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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