Html Css Color HEX #FA1237 Torch Red

📋 copy color: '#FA1237'

red 250 ◦ green 18 ◦ blue 55

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

Shades of Torch Red #FA1237

Tints of Torch Red #FA1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.57%

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

R = 77.4%
G = 5.57%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA1237 (or 0xFA1237) is known color: Torch Red. HEX triplet: FA, 12 and 37. RGB value is (250,18,55). Sum of RGB (Red+Green+Blue) = 250+18+55=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1237 is #05EDC8. Grayscale: #5B5B5B. Windows color (decimal): -388553 or 3609338. OLE color: 3609338.

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

Color convert

RGB 250 18 55 -
CMYK 0 0.93 0.78 0.02
HSL 350.43º 0.96% 0.53% -
HSV(B) 350.43º 0.93% 0.98% -
XYZ 40.33 21.03 5.55 -
YUV 91.59 107.36 240.99 -
System Red Green Blue C M Y K H S L
Decimal 250 18 55 0 0.93 0.78 0.02 350.43 0.96 0.53
Hex FA 12 37 0 5D 4E 2 15E 60 35
Octal 372 22 67 0 135 116 2 536 140 65
Binary 11111010 10010 110111 0 1011101 1001110 10 101011110 1100000 110101

Color Harmonies of #FA1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1237

Black with #FA1237

Text Example


Text Example

White with #FA1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1237; }

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

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

background-color css

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

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

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

border-color css

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

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

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