Html Css Color HEX #FA1537 Torch Red

📋 copy color: '#FA1537'

red 250 ◦ green 21 ◦ blue 55

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

Shades of Torch Red #FA1537

Tints of Torch Red #FA1537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 76.69%
G = 6.44%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA1537 (or 0xFA1537) is known color: Torch Red. HEX triplet: FA, 15 and 37. RGB value is (250,21,55). Sum of RGB (Red+Green+Blue) = 250+21+55=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1537 is #05EAC8. Grayscale: #5D5D5D. Windows color (decimal): -387785 or 3610106. OLE color: 3610106.

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

Color convert

RGB 250 21 55 -
CMYK 0 0.92 0.78 0.02
HSL 351.09º 0.96% 0.53% -
HSV(B) 351.09º 0.92% 0.98% -
XYZ 40.38 21.14 5.57 -
YUV 93.35 106.37 239.74 -
System Red Green Blue C M Y K H S L
Decimal 250 21 55 0 0.92 0.78 0.02 351.09 0.96 0.53
Hex FA 15 37 0 5C 4E 2 15F 60 35
Octal 372 25 67 0 134 116 2 537 140 65
Binary 11111010 10101 110111 0 1011100 1001110 10 101011111 1100000 110101

Color Harmonies of #FA1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1537

Black with #FA1537

Text Example


Text Example

White with #FA1537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1537; }

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

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

background-color css

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

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

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

border-color css

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

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

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