Html Css Color HEX #FA1323 Torch Red

📋 copy color: '#FA1323'

red 250 ◦ green 19 ◦ blue 35

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

Shades of Torch Red #FA1323

Tints of Torch Red #FA1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 82.24%
G = 6.25%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA1323 (or 0xFA1323) is known color: Torch Red. HEX triplet: FA, 13 and 23. RGB value is (250,19,35). Sum of RGB (Red+Green+Blue) = 250+19+35=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1323 is #05ECDC. Grayscale: #5A5A5A. Windows color (decimal): -388317 or 2298874. OLE color: 2298874.

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

Color convert

RGB 250 19 35 -
CMYK 0 0.92 0.86 0.02
HSL 355.84º 0.96% 0.53% -
HSV(B) 355.84º 0.92% 0.98% -
XYZ 39.96 20.91 3.52 -
YUV 89.89 97.03 242.2 -
System Red Green Blue C M Y K H S L
Decimal 250 19 35 0 0.92 0.86 0.02 355.84 0.96 0.53
Hex FA 13 23 0 5C 56 2 164 60 35
Octal 372 23 43 0 134 126 2 544 140 65
Binary 11111010 10011 100011 0 1011100 1010110 10 101100100 1100000 110101

Color Harmonies of #FA1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1323

Black with #FA1323

Text Example


Text Example

White with #FA1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1323; }

 p { color: rgb(250,19,35); }

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

background-color css

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

 a { background-color: rgb(250,19,35); }

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

border-color css

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

 span { border-color: rgb(250,19,35); }

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