Html Css Color HEX #FA1535 Torch Red

📋 copy color: '#FA1535'

red 250 ◦ green 21 ◦ blue 53

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

Shades of Torch Red #FA1535

Tints of Torch Red #FA1535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 53 (21.09% from 255) = 16.36%

R = 77.16%
G = 6.48%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1535 (or 0xFA1535) is known color: Torch Red. HEX triplet: FA, 15 and 35. RGB value is (250,21,53). Sum of RGB (Red+Green+Blue) = 250+21+53=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1535 is #05EACA. Grayscale: #5D5D5D. Windows color (decimal): -387787 or 3479034. OLE color: 3479034.

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

Color convert

RGB 250 21 53 -
CMYK 0 0.92 0.79 0.02
HSL 351.62º 0.96% 0.53% -
HSV(B) 351.62º 0.92% 0.98% -
XYZ 40.34 21.12 5.32 -
YUV 93.12 105.37 239.9 -
System Red Green Blue C M Y K H S L
Decimal 250 21 53 0 0.92 0.79 0.02 351.62 0.96 0.53
Hex FA 15 35 0 5C 4F 2 160 60 35
Octal 372 25 65 0 134 117 2 540 140 65
Binary 11111010 10101 110101 0 1011100 1001111 10 101100000 1100000 110101

Color Harmonies of #FA1535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1535

Black with #FA1535

Text Example


Text Example

White with #FA1535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1535; }

 p { color: rgb(250,21,53); }

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

background-color css

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

 a { background-color: rgb(250,21,53); }

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

border-color css

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

 span { border-color: rgb(250,21,53); }

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