Html Css Color HEX #FA1B2B Torch Red

📋 copy color: '#FA1B2B'

red 250 ◦ green 27 ◦ blue 43

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

Shades of Torch Red #FA1B2B

Tints of Torch Red #FA1B2B

RGB

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

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

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

R = 78.13%
G = 8.44%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA1B2B (or 0xFA1B2B) is known color: Torch Red. HEX triplet: FA, 1B and 2B. RGB value is (250,27,43). Sum of RGB (Red+Green+Blue) = 250+27+43=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1B2B is #05E4D4. Grayscale: #5F5F5F. Windows color (decimal): -386261 or 2825210. OLE color: 2825210.

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

Color convert

RGB 250 27 43 -
CMYK 0 0.89 0.83 0.02
HSL 355.7º 0.96% 0.54% -
HSV(B) 355.7º 0.89% 0.98% -
XYZ 40.25 21.28 4.27 -
YUV 95.5 98.38 238.2 -
System Red Green Blue C M Y K H S L
Decimal 250 27 43 0 0.89 0.83 0.02 355.7 0.96 0.54
Hex FA 1B 2B 0 59 53 2 164 60 36
Octal 372 33 53 0 131 123 2 544 140 66
Binary 11111010 11011 101011 0 1011001 1010011 10 101100100 1100000 110110

Color Harmonies of #FA1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B2B

Black with #FA1B2B

Text Example


Text Example

White with #FA1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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