Html Css Color HEX #FA0429 Torch Red

📋 copy color: '#FA0429'

red 250 ◦ green 4 ◦ blue 41

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

Shades of Torch Red #FA0429

Tints of Torch Red #FA0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 84.75%
G = 1.36%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0429 (or 0xFA0429) is known color: Torch Red. HEX triplet: FA, 04 and 29. RGB value is (250,4,41). Sum of RGB (Red+Green+Blue) = 250+4+41=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0429 is #05FBD6. Grayscale: #515151. Windows color (decimal): -392151 or 2688250. OLE color: 2688250.

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

Color convert

RGB 250 4 41 -
CMYK 0 0.98 0.84 0.02
HSL 350.98º 0.97% 0.5% -
HSV(B) 350.98º 0.98% 0.98% -
XYZ 39.87 20.57 3.97 -
YUV 81.77 105 247.99 -
System Red Green Blue C M Y K H S L
Decimal 250 4 41 0 0.98 0.84 0.02 350.98 0.97 0.5
Hex FA 4 29 0 62 54 2 15F 61 32
Octal 372 4 51 0 142 124 2 537 141 62
Binary 11111010 100 101001 0 1100010 1010100 10 101011111 1100001 110010

Color Harmonies of #FA0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0429

Black with #FA0429

Text Example


Text Example

White with #FA0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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