Html Css Color HEX #FA1636 Torch Red

📋 copy color: '#FA1636'

red 250 ◦ green 22 ◦ blue 54

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

Shades of Torch Red #FA1636

Tints of Torch Red #FA1636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 76.69%
G = 6.75%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA1636 (or 0xFA1636) is known color: Torch Red. HEX triplet: FA, 16 and 36. RGB value is (250,22,54). Sum of RGB (Red+Green+Blue) = 250+22+54=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1636 is #05E9C9. Grayscale: #5D5D5D. Windows color (decimal): -387530 or 3544826. OLE color: 3544826.

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

Color convert

RGB 250 22 54 -
CMYK 0 0.91 0.78 0.02
HSL 351.58º 0.96% 0.53% -
HSV(B) 351.58º 0.91% 0.98% -
XYZ 40.38 21.16 5.45 -
YUV 93.82 105.54 239.4 -
System Red Green Blue C M Y K H S L
Decimal 250 22 54 0 0.91 0.78 0.02 351.58 0.96 0.53
Hex FA 16 36 0 5B 4E 2 160 60 35
Octal 372 26 66 0 133 116 2 540 140 65
Binary 11111010 10110 110110 0 1011011 1001110 10 101100000 1100000 110101

Color Harmonies of #FA1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1636

Black with #FA1636

Text Example


Text Example

White with #FA1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1636; }

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

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

background-color css

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

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

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

border-color css

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

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

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