Html Css Color HEX #FA0907 Red

📋 copy color: '#FA0907'

red 250 ◦ green 9 ◦ blue 7

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

Shades of Red #FA0907

Tints of Red #FA0907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 93.98%
G = 3.38%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA0907 (or 0xFA0907) is known color: Red. HEX triplet: FA, 09 and 07. RGB value is (250,9,7). Sum of RGB (Red+Green+Blue) = 250+9+7=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0907 is #05F6F8. Grayscale: #515151. Windows color (decimal): -390905 or 461306. OLE color: 461306.

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

Color convert

RGB 250 9 7 -
CMYK 0 0.96 0.97 0.02
HSL 0.49º 0.96% 0.5% -
HSV(B) 0.49º 0.97% 0.98% -
XYZ 39.56 20.53 2.08 -
YUV 80.83 86.34 248.66 -
System Red Green Blue C M Y K H S L
Decimal 250 9 7 0 0.96 0.97 0.02 0.49 0.96 0.5
Hex FA 9 7 0 60 61 2 0 60 32
Octal 372 11 7 0 140 141 2 0 140 62
Binary 11111010 1001 111 0 1100000 1100001 10 0 1100000 110010

Color Harmonies of #FA0907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0907

Black with #FA0907

Text Example


Text Example

White with #FA0907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0907; }

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

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

background-color css

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

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

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

border-color css

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

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

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