Html Css Color HEX #FA1B3B Torch Red

📋 copy color: '#FA1B3B'

red 250 ◦ green 27 ◦ blue 59

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

Shades of Torch Red #FA1B3B

Tints of Torch Red #FA1B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 74.4%
G = 8.04%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA1B3B (or 0xFA1B3B) is known color: Torch Red. HEX triplet: FA, 1B and 3B. RGB value is (250,27,59). Sum of RGB (Red+Green+Blue) = 250+27+59=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B3B is #05E4C4. Grayscale: #616161. Windows color (decimal): -386245 or 3873786. OLE color: 3873786.

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

Color convert

RGB 250 27 59 -
CMYK 0 0.89 0.76 0.02
HSL 351.39º 0.96% 0.54% -
HSV(B) 351.39º 0.89% 0.98% -
XYZ 40.61 21.42 6.13 -
YUV 97.33 106.38 236.9 -
System Red Green Blue C M Y K H S L
Decimal 250 27 59 0 0.89 0.76 0.02 351.39 0.96 0.54
Hex FA 1B 3B 0 59 4C 2 15F 60 36
Octal 372 33 73 0 131 114 2 537 140 66
Binary 11111010 11011 111011 0 1011001 1001100 10 101011111 1100000 110110

Color Harmonies of #FA1B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B3B

Black with #FA1B3B

Text Example


Text Example

White with #FA1B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B3B; }

 p { color: rgb(250,27,59); }

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

background-color css

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

 a { background-color: rgb(250,27,59); }

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

border-color css

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

 span { border-color: rgb(250,27,59); }

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