Html Css Color HEX #FA2031 Torch Red

📋 copy color: '#FA2031'

red 250 ◦ green 32 ◦ blue 49

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

Shades of Torch Red #FA2031

Tints of Torch Red #FA2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 75.53%
G = 9.67%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2031 (or 0xFA2031) is known color: Torch Red. HEX triplet: FA, 20 and 31. RGB value is (250,32,49). Sum of RGB (Red+Green+Blue) = 250+32+49=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2031 is #05DFCE. Grayscale: #636363. Windows color (decimal): -384975 or 3219706. OLE color: 3219706.

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

Color convert

RGB 250 32 49 -
CMYK 0 0.87 0.80 0.02
HSL 355.32º 0.96% 0.55% -
HSV(B) 355.32º 0.87% 0.98% -
XYZ 40.5 21.58 4.94 -
YUV 99.12 99.72 235.62 -
System Red Green Blue C M Y K H S L
Decimal 250 32 49 0 0.87 0.80 0.02 355.32 0.96 0.55
Hex FA 20 31 0 57 50 2 163 60 37
Octal 372 40 61 0 127 120 2 543 140 67
Binary 11111010 100000 110001 0 1010111 1010000 10 101100011 1100000 110111

Color Harmonies of #FA2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2031

Black with #FA2031

Text Example


Text Example

White with #FA2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2031; }

 p { color: rgb(250,32,49); }

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

background-color css

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

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

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

border-color css

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

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

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