Html Css Color HEX #FA1738 Torch Red

📋 copy color: '#FA1738'

red 250 ◦ green 23 ◦ blue 56

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

Shades of Torch Red #FA1738

Tints of Torch Red #FA1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 75.99%
G = 6.99%
B = 17.02%

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

#FA1738 (or 0xFA1738) is known color: Torch Red. HEX triplet: FA, 17 and 38. RGB value is (250,23,56). Sum of RGB (Red+Green+Blue) = 250+23+56=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1738 is #05E8C7. Grayscale: #5E5E5E. Windows color (decimal): -387272 or 3676154. OLE color: 3676154.

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

Color convert

RGB 250 23 56 -
CMYK 0 0.91 0.78 0.02
HSL 351.28º 0.96% 0.54% -
HSV(B) 351.28º 0.91% 0.98% -
XYZ 40.44 21.22 5.71 -
YUV 94.64 106.21 238.82 -
System Red Green Blue C M Y K H S L
Decimal 250 23 56 0 0.91 0.78 0.02 351.28 0.96 0.54
Hex FA 17 38 0 5B 4E 2 15F 60 36
Octal 372 27 70 0 133 116 2 537 140 66
Binary 11111010 10111 111000 0 1011011 1001110 10 101011111 1100000 110110

Color Harmonies of #FA1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1738

Black with #FA1738

Text Example


Text Example

White with #FA1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1738; }

 p { color: rgb(250,23,56); }

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

background-color css

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

 a { background-color: rgb(250,23,56); }

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

border-color css

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

 span { border-color: rgb(250,23,56); }

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