Html Css Color HEX #FA1133 Torch Red

📋 copy color: '#FA1133'

red 250 ◦ green 17 ◦ blue 51

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

Shades of Torch Red #FA1133

Tints of Torch Red #FA1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

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

R = 78.62%
G = 5.35%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA1133 (or 0xFA1133) is known color: Torch Red. HEX triplet: FA, 11 and 33. RGB value is (250,17,51). Sum of RGB (Red+Green+Blue) = 250+17+51=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1133 is #05EECC. Grayscale: #5A5A5A. Windows color (decimal): -388813 or 3346938. OLE color: 3346938.

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

Color convert

RGB 250 17 51 -
CMYK 0 0.93 0.80 0.02
HSL 351.24º 0.96% 0.52% -
HSV(B) 351.24º 0.93% 0.98% -
XYZ 40.22 20.96 5.06 -
YUV 90.54 105.69 241.74 -
System Red Green Blue C M Y K H S L
Decimal 250 17 51 0 0.93 0.80 0.02 351.24 0.96 0.52
Hex FA 11 33 0 5D 50 2 15F 60 34
Octal 372 21 63 0 135 120 2 537 140 64
Binary 11111010 10001 110011 0 1011101 1010000 10 101011111 1100000 110100

Color Harmonies of #FA1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1133

Black with #FA1133

Text Example


Text Example

White with #FA1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1133; }

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

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

background-color css

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

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

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

border-color css

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

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

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