Html Css Color HEX #FA133F Torch Red

📋 copy color: '#FA133F'

red 250 ◦ green 19 ◦ blue 63

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

Shades of Torch Red #FA133F

Tints of Torch Red #FA133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 63 (25% from 255) = 18.98%

R = 75.3%
G = 5.72%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA133F (or 0xFA133F) is known color: Torch Red. HEX triplet: FA, 13 and 3F. RGB value is (250,19,63). Sum of RGB (Red+Green+Blue) = 250+19+63=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA133F is #05ECC0. Grayscale: #5D5D5D. Windows color (decimal): -388289 or 4133882. OLE color: 4133882.

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

Color convert

RGB 250 19 63 -
CMYK 0 0.92 0.75 0.02
HSL 348.57º 0.96% 0.53% -
HSV(B) 348.57º 0.92% 0.98% -
XYZ 40.55 21.15 6.65 -
YUV 93.09 111.03 239.92 -
System Red Green Blue C M Y K H S L
Decimal 250 19 63 0 0.92 0.75 0.02 348.57 0.96 0.53
Hex FA 13 3F 0 5C 4B 2 15D 60 35
Octal 372 23 77 0 134 113 2 535 140 65
Binary 11111010 10011 111111 0 1011100 1001011 10 101011101 1100000 110101

Color Harmonies of #FA133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA133F

Black with #FA133F

Text Example


Text Example

White with #FA133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA133F; }

 p { color: rgb(250,19,63); }

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

background-color css

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

 a { background-color: rgb(250,19,63); }

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

border-color css

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

 span { border-color: rgb(250,19,63); }

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