Html Css Color HEX #FA1208 Red

📋 copy color: '#FA1208'

red 250 ◦ green 18 ◦ blue 8

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

Shades of Red #FA1208

Tints of Red #FA1208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 90.58%
G = 6.52%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA1208 (or 0xFA1208) is known color: Red. HEX triplet: FA, 12 and 08. RGB value is (250,18,8). Sum of RGB (Red+Green+Blue) = 250+18+8=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1208 is #05EDF7. Grayscale: #565656. Windows color (decimal): -388600 or 529146. OLE color: 529146.

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

Color convert

RGB 250 18 8 -
CMYK 0 0.93 0.97 0.02
HSL 2.48º 0.96% 0.51% -
HSV(B) 2.48º 0.97% 0.98% -
XYZ 39.68 20.77 2.15 -
YUV 86.23 83.86 244.81 -
System Red Green Blue C M Y K H S L
Decimal 250 18 8 0 0.93 0.97 0.02 2.48 0.96 0.51
Hex FA 12 8 0 5D 61 2 2 60 33
Octal 372 22 10 0 135 141 2 2 140 63
Binary 11111010 10010 1000 0 1011101 1100001 10 10 1100000 110011

Color Harmonies of #FA1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1208

Black with #FA1208

Text Example


Text Example

White with #FA1208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1208; }

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

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

background-color css

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

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

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

border-color css

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

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

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