Html Css Color HEX #FA1634 Torch Red

📋 copy color: '#FA1634'

red 250 ◦ green 22 ◦ blue 52

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

Shades of Torch Red #FA1634

Tints of Torch Red #FA1634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 77.16%
G = 6.79%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1634 (or 0xFA1634) is known color: Torch Red. HEX triplet: FA, 16 and 34. RGB value is (250,22,52). Sum of RGB (Red+Green+Blue) = 250+22+52=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1634 is #05E9CB. Grayscale: #5D5D5D. Windows color (decimal): -387532 or 3413754. OLE color: 3413754.

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

Color convert

RGB 250 22 52 -
CMYK 0 0.91 0.79 0.02
HSL 352.11º 0.96% 0.53% -
HSV(B) 352.11º 0.91% 0.98% -
XYZ 40.33 21.15 5.2 -
YUV 93.59 104.54 239.56 -
System Red Green Blue C M Y K H S L
Decimal 250 22 52 0 0.91 0.79 0.02 352.11 0.96 0.53
Hex FA 16 34 0 5B 4F 2 160 60 35
Octal 372 26 64 0 133 117 2 540 140 65
Binary 11111010 10110 110100 0 1011011 1001111 10 101100000 1100000 110101

Color Harmonies of #FA1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1634

Black with #FA1634

Text Example


Text Example

White with #FA1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1634; }

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

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

background-color css

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

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

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

border-color css

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

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

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