Html Css Color HEX #FA1325 Torch Red

📋 copy color: '#FA1325'

red 250 ◦ green 19 ◦ blue 37

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

Shades of Torch Red #FA1325

Tints of Torch Red #FA1325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 81.7%
G = 6.21%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA1325 (or 0xFA1325) is known color: Torch Red. HEX triplet: FA, 13 and 25. RGB value is (250,19,37). Sum of RGB (Red+Green+Blue) = 250+19+37=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1325 is #05ECDA. Grayscale: #5A5A5A. Windows color (decimal): -388315 or 2429946. OLE color: 2429946.

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

Color convert

RGB 250 19 37 -
CMYK 0 0.92 0.85 0.02
HSL 355.32º 0.96% 0.53% -
HSV(B) 355.32º 0.92% 0.98% -
XYZ 39.99 20.92 3.68 -
YUV 90.12 98.03 242.04 -
System Red Green Blue C M Y K H S L
Decimal 250 19 37 0 0.92 0.85 0.02 355.32 0.96 0.53
Hex FA 13 25 0 5C 55 2 163 60 35
Octal 372 23 45 0 134 125 2 543 140 65
Binary 11111010 10011 100101 0 1011100 1010101 10 101100011 1100000 110101

Color Harmonies of #FA1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1325

Black with #FA1325

Text Example


Text Example

White with #FA1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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