Html Css Color HEX #FA1733 Torch Red

📋 copy color: '#FA1733'

red 250 ◦ green 23 ◦ blue 51

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

Shades of Torch Red #FA1733

Tints of Torch Red #FA1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 77.16%
G = 7.1%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA1733 (or 0xFA1733) is known color: Torch Red. HEX triplet: FA, 17 and 33. RGB value is (250,23,51). Sum of RGB (Red+Green+Blue) = 250+23+51=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1733 is #05E8CC. Grayscale: #5E5E5E. Windows color (decimal): -387277 or 3348474. OLE color: 3348474.

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

Color convert

RGB 250 23 51 -
CMYK 0 0.91 0.80 0.02
HSL 352.6º 0.96% 0.54% -
HSV(B) 352.6º 0.91% 0.98% -
XYZ 40.33 21.18 5.09 -
YUV 94.07 103.71 239.22 -
System Red Green Blue C M Y K H S L
Decimal 250 23 51 0 0.91 0.80 0.02 352.6 0.96 0.54
Hex FA 17 33 0 5B 50 2 161 60 36
Octal 372 27 63 0 133 120 2 541 140 66
Binary 11111010 10111 110011 0 1011011 1010000 10 101100001 1100000 110110

Color Harmonies of #FA1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1733

Black with #FA1733

Text Example


Text Example

White with #FA1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1733; }

 p { color: rgb(250,23,51); }

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

background-color css

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

 a { background-color: rgb(250,23,51); }

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

border-color css

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

 span { border-color: rgb(250,23,51); }

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