Html Css Color HEX #FA1F3A Torch Red

📋 copy color: '#FA1F3A'

red 250 ◦ green 31 ◦ blue 58

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

Shades of Torch Red #FA1F3A

Tints of Torch Red #FA1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 73.75%
G = 9.14%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA1F3A (or 0xFA1F3A) is known color: Torch Red. HEX triplet: FA, 1F and 3A. RGB value is (250,31,58). Sum of RGB (Red+Green+Blue) = 250+31+58=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1F3A is #05E0C5. Grayscale: #636363. Windows color (decimal): -385222 or 3809274. OLE color: 3809274.

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

Color convert

RGB 250 31 58 -
CMYK 0 0.88 0.77 0.02
HSL 352.6º 0.96% 0.55% -
HSV(B) 352.6º 0.88% 0.98% -
XYZ 40.68 21.61 6.03 -
YUV 99.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 250 31 58 0 0.88 0.77 0.02 352.6 0.96 0.55
Hex FA 1F 3A 0 58 4D 2 161 60 37
Octal 372 37 72 0 130 115 2 541 140 67
Binary 11111010 11111 111010 0 1011000 1001101 10 101100001 1100000 110111

Color Harmonies of #FA1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1F3A

Black with #FA1F3A

Text Example


Text Example

White with #FA1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1F3A; }

 p { color: rgb(250,31,58); }

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

background-color css

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

 a { background-color: rgb(250,31,58); }

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

border-color css

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

 span { border-color: rgb(250,31,58); }

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