Html Css Color HEX #FA183F Torch Red

📋 copy color: '#FA183F'

red 250 ◦ green 24 ◦ blue 63

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

Shades of Torch Red #FA183F

Tints of Torch Red #FA183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 63 (25% from 255) = 18.69%

R = 74.18%
G = 7.12%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA183F (or 0xFA183F) is known color: Torch Red. HEX triplet: FA, 18 and 3F. RGB value is (250,24,63). Sum of RGB (Red+Green+Blue) = 250+24+63=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA183F is #05E7C0. Grayscale: #606060. Windows color (decimal): -387009 or 4135162. OLE color: 4135162.

HSL color Cylindrical-coordinate representation of color #FA183F: hue angle of 349.65º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA183F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 24 63 -
CMYK 0 0.90 0.75 0.02
HSL 349.65º 0.96% 0.54% -
HSV(B) 349.65º 0.9% 0.98% -
XYZ 40.65 21.34 6.68 -
YUV 96.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 250 24 63 0 0.90 0.75 0.02 349.65 0.96 0.54
Hex FA 18 3F 0 5A 4B 2 15E 60 36
Octal 372 30 77 0 132 113 2 536 140 66
Binary 11111010 11000 111111 0 1011010 1001011 10 101011110 1100000 110110

Color Harmonies of #FA183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA183F

Black with #FA183F

Text Example


Text Example

White with #FA183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA183F; }

 p { color: rgb(250,24,63); }

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

background-color css

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

 a { background-color: rgb(250,24,63); }

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

border-color css

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

 span { border-color: rgb(250,24,63); }

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