Html Css Color HEX #FA1533 Torch Red

📋 copy color: '#FA1533'

red 250 ◦ green 21 ◦ blue 51

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

Shades of Torch Red #FA1533

Tints of Torch Red #FA1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.52%

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

R = 77.64%
G = 6.52%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA1533 (or 0xFA1533) is known color: Torch Red. HEX triplet: FA, 15 and 33. RGB value is (250,21,51). Sum of RGB (Red+Green+Blue) = 250+21+51=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1533 is #05EACC. Grayscale: #5D5D5D. Windows color (decimal): -387789 or 3347962. OLE color: 3347962.

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

Color convert

RGB 250 21 51 -
CMYK 0 0.92 0.80 0.02
HSL 352.14º 0.96% 0.53% -
HSV(B) 352.14º 0.92% 0.98% -
XYZ 40.29 21.1 5.08 -
YUV 92.89 104.37 240.06 -
System Red Green Blue C M Y K H S L
Decimal 250 21 51 0 0.92 0.80 0.02 352.14 0.96 0.53
Hex FA 15 33 0 5C 50 2 160 60 35
Octal 372 25 63 0 134 120 2 540 140 65
Binary 11111010 10101 110011 0 1011100 1010000 10 101100000 1100000 110101

Color Harmonies of #FA1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1533

Black with #FA1533

Text Example


Text Example

White with #FA1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1533; }

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

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

background-color css

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

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

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

border-color css

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

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

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