Html Css Color HEX #FA1633 Torch Red

📋 copy color: '#FA1633'

red 250 ◦ green 22 ◦ blue 51

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

Shades of Torch Red #FA1633

Tints of Torch Red #FA1633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.81%

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

R = 77.4%
G = 6.81%
B = 15.79%

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

#FA1633 (or 0xFA1633) is known color: Torch Red. HEX triplet: FA, 16 and 33. RGB value is (250,22,51). Sum of RGB (Red+Green+Blue) = 250+22+51=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1633 is #05E9CC. Grayscale: #5D5D5D. Windows color (decimal): -387533 or 3348218. OLE color: 3348218.

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

Color convert

RGB 250 22 51 -
CMYK 0 0.91 0.80 0.02
HSL 352.37º 0.96% 0.53% -
HSV(B) 352.37º 0.91% 0.98% -
XYZ 40.31 21.14 5.09 -
YUV 93.48 104.04 239.64 -
System Red Green Blue C M Y K H S L
Decimal 250 22 51 0 0.91 0.80 0.02 352.37 0.96 0.53
Hex FA 16 33 0 5B 50 2 160 60 35
Octal 372 26 63 0 133 120 2 540 140 65
Binary 11111010 10110 110011 0 1011011 1010000 10 101100000 1100000 110101

Color Harmonies of #FA1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1633

Black with #FA1633

Text Example


Text Example

White with #FA1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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