Html Css Color HEX #FA1A2B Torch Red

📋 copy color: '#FA1A2B'

red 250 ◦ green 26 ◦ blue 43

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

Shades of Torch Red #FA1A2B

Tints of Torch Red #FA1A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 78.37%
G = 8.15%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA1A2B (or 0xFA1A2B) is known color: Torch Red. HEX triplet: FA, 1A and 2B. RGB value is (250,26,43). Sum of RGB (Red+Green+Blue) = 250+26+43=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A2B is #05E5D4. Grayscale: #5F5F5F. Windows color (decimal): -386517 or 2824954. OLE color: 2824954.

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

Color convert

RGB 250 26 43 -
CMYK 0 0.90 0.83 0.02
HSL 355.45º 0.96% 0.54% -
HSV(B) 355.45º 0.9% 0.98% -
XYZ 40.23 21.24 4.26 -
YUV 94.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 250 26 43 0 0.90 0.83 0.02 355.45 0.96 0.54
Hex FA 1A 2B 0 5A 53 2 163 60 36
Octal 372 32 53 0 132 123 2 543 140 66
Binary 11111010 11010 101011 0 1011010 1010011 10 101100011 1100000 110110

Color Harmonies of #FA1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A2B

Black with #FA1A2B

Text Example


Text Example

White with #FA1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A2B; }

 p { color: rgb(250,26,43); }

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

background-color css

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

 a { background-color: rgb(250,26,43); }

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

border-color css

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

 span { border-color: rgb(250,26,43); }

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