Html Css Color HEX #FA1204 Red

📋 copy color: '#FA1204'

red 250 ◦ green 18 ◦ blue 4

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

Shades of Red #FA1204

Tints of Red #FA1204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 91.91%
G = 6.62%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1204 (or 0xFA1204) is known color: Red. HEX triplet: FA, 12 and 04. RGB value is (250,18,4). Sum of RGB (Red+Green+Blue) = 250+18+4=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1204 is #05EDFB. Grayscale: #565656. Windows color (decimal): -388604 or 267002. OLE color: 267002.

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

Color convert

RGB 250 18 4 -
CMYK 0 0.93 0.98 0.02
HSL 3.41º 0.97% 0.5% -
HSV(B) 3.41º 0.98% 0.98% -
XYZ 39.66 20.77 2.03 -
YUV 85.77 81.86 245.14 -
System Red Green Blue C M Y K H S L
Decimal 250 18 4 0 0.93 0.98 0.02 3.41 0.97 0.5
Hex FA 12 4 0 5D 62 2 3 61 32
Octal 372 22 4 0 135 142 2 3 141 62
Binary 11111010 10010 100 0 1011101 1100010 10 11 1100001 110010

Color Harmonies of #FA1204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1204

Black with #FA1204

Text Example


Text Example

White with #FA1204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1204; }

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

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

background-color css

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

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

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

border-color css

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

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

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