Html Css Color HEX #FA1728 Torch Red

📋 copy color: '#FA1728'

red 250 ◦ green 23 ◦ blue 40

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

Shades of Torch Red #FA1728

Tints of Torch Red #FA1728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 79.87%
G = 7.35%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1728 (or 0xFA1728) is known color: Torch Red. HEX triplet: FA, 17 and 28. RGB value is (250,23,40). Sum of RGB (Red+Green+Blue) = 250+23+40=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1728 is #05E8D7. Grayscale: #5C5C5C. Windows color (decimal): -387288 or 2627578. OLE color: 2627578.

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

Color convert

RGB 250 23 40 -
CMYK 0 0.91 0.84 0.02
HSL 355.51º 0.96% 0.54% -
HSV(B) 355.51º 0.91% 0.98% -
XYZ 40.11 21.09 3.96 -
YUV 92.81 98.21 240.12 -
System Red Green Blue C M Y K H S L
Decimal 250 23 40 0 0.91 0.84 0.02 355.51 0.96 0.54
Hex FA 17 28 0 5B 54 2 164 60 36
Octal 372 27 50 0 133 124 2 544 140 66
Binary 11111010 10111 101000 0 1011011 1010100 10 101100100 1100000 110110

Color Harmonies of #FA1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1728

Black with #FA1728

Text Example


Text Example

White with #FA1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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