Html Css Color HEX #FA110C Red

📋 copy color: '#FA110C'

red 250 ◦ green 17 ◦ blue 12

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

Shades of Red #FA110C

Tints of Red #FA110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 89.61%
G = 6.09%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA110C (or 0xFA110C) is known color: Red. HEX triplet: FA, 11 and 0C. RGB value is (250,17,12). Sum of RGB (Red+Green+Blue) = 250+17+12=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA110C is #05EEF3. Grayscale: #565656. Windows color (decimal): -388852 or 791034. OLE color: 791034.

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

Color convert

RGB 250 17 12 -
CMYK 0 0.93 0.95 0.02
HSL 1.26º 0.96% 0.51% -
HSV(B) 1.26º 0.95% 0.98% -
XYZ 39.69 20.75 2.26 -
YUV 86.1 86.19 244.91 -
System Red Green Blue C M Y K H S L
Decimal 250 17 12 0 0.93 0.95 0.02 1.26 0.96 0.51
Hex FA 11 C 0 5D 5F 2 1 60 33
Octal 372 21 14 0 135 137 2 1 140 63
Binary 11111010 10001 1100 0 1011101 1011111 10 1 1100000 110011

Color Harmonies of #FA110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA110C

Black with #FA110C

Text Example


Text Example

White with #FA110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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