Html Css Color HEX #FA0607 Torch Red

📋 copy color: '#FA0607'

red 250 ◦ green 6 ◦ blue 7

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

Shades of Torch Red #FA0607

Tints of Torch Red #FA0607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 95.06%
G = 2.28%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA0607 (or 0xFA0607) is known color: Torch Red. HEX triplet: FA, 06 and 07. RGB value is (250,6,7). Sum of RGB (Red+Green+Blue) = 250+6+7=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0607 is #05F9F8. Grayscale: #4F4F4F. Windows color (decimal): -391673 or 460538. OLE color: 460538.

HSL color Cylindrical-coordinate representation of color #FA0607: hue angle of 359.75º degrees, saturation: 0.96, 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 #FA0607 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 7 -
CMYK 0 0.98 0.97 0.02
HSL 359.75º 0.96% 0.5% -
HSV(B) 359.75º 0.98% 0.98% -
XYZ 39.53 20.47 2.07 -
YUV 79.07 87.34 249.92 -
System Red Green Blue C M Y K H S L
Decimal 250 6 7 0 0.98 0.97 0.02 359.75 0.96 0.5
Hex FA 6 7 0 62 61 2 168 60 32
Octal 372 6 7 0 142 141 2 550 140 62
Binary 11111010 110 111 0 1100010 1100001 10 101101000 1100000 110010

Color Harmonies of #FA0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0607

Black with #FA0607

Text Example


Text Example

White with #FA0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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