Html Css Color HEX #FA0909 Red

📋 copy color: '#FA0909'

red 250 ◦ green 9 ◦ blue 9

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

Shades of Red #FA0909

Tints of Red #FA0909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 93.28%
G = 3.36%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA0909 (or 0xFA0909) is known color: Red. HEX triplet: FA, 09 and 09. RGB value is (250,9,9). Sum of RGB (Red+Green+Blue) = 250+9+9=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0909 is #05F6F6. Grayscale: #515151. Windows color (decimal): -390903 or 592378. OLE color: 592378.

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

Color convert

RGB 250 9 9 -
CMYK 0 0.96 0.96 0.02
HSL 0.96% 0.51% -
HSV(B) 0.96% 0.98% -
XYZ 39.57 20.54 2.14 -
YUV 81.06 87.34 248.5 -
System Red Green Blue C M Y K H S L
Decimal 250 9 9 0 0.96 0.96 0.02 0 0.96 0.51
Hex FA 9 9 0 60 60 2 0 60 33
Octal 372 11 11 0 140 140 2 0 140 63
Binary 11111010 1001 1001 0 1100000 1100000 10 0 1100000 110011

Color Harmonies of #FA0909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0909

Black with #FA0909

Text Example


Text Example

White with #FA0909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0909; }

 p { color: rgb(250,9,9); }

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

background-color css

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

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

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

border-color css

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

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

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