Html Css Color HEX #FA0729 Torch Red

📋 copy color: '#FA0729'

red 250 ◦ green 7 ◦ blue 41

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

Shades of Torch Red #FA0729

Tints of Torch Red #FA0729

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.35%

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 83.89%
G = 2.35%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0729 (or 0xFA0729) is known color: Torch Red. HEX triplet: FA, 07 and 29. RGB value is (250,7,41). Sum of RGB (Red+Green+Blue) = 250+7+41=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0729 is #05F8D6. Grayscale: #535353. Windows color (decimal): -391383 or 2689018. OLE color: 2689018.

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

Color convert

RGB 250 7 41 -
CMYK 0 0.97 0.84 0.02
HSL 351.6º 0.96% 0.5% -
HSV(B) 351.6º 0.97% 0.98% -
XYZ 39.9 20.64 3.98 -
YUV 83.53 104.01 246.74 -
System Red Green Blue C M Y K H S L
Decimal 250 7 41 0 0.97 0.84 0.02 351.6 0.96 0.5
Hex FA 7 29 0 61 54 2 160 60 32
Octal 372 7 51 0 141 124 2 540 140 62
Binary 11111010 111 101001 0 1100001 1010100 10 101100000 1100000 110010

Color Harmonies of #FA0729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0729

Black with #FA0729

Text Example


Text Example

White with #FA0729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0729; }

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

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

background-color css

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

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

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

border-color css

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

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

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