Html Css Color HEX #FA182D Torch Red

📋 copy color: '#FA182D'

red 250 ◦ green 24 ◦ blue 45

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

Shades of Torch Red #FA182D

Tints of Torch Red #FA182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 78.37%
G = 7.52%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA182D (or 0xFA182D) is known color: Torch Red. HEX triplet: FA, 18 and 2D. RGB value is (250,24,45). Sum of RGB (Red+Green+Blue) = 250+24+45=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA182D is #05E7D2. Grayscale: #5E5E5E. Windows color (decimal): -387027 or 2955514. OLE color: 2955514.

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

Color convert

RGB 250 24 45 -
CMYK 0 0.90 0.82 0.02
HSL 354.42º 0.96% 0.54% -
HSV(B) 354.42º 0.9% 0.98% -
XYZ 40.22 21.17 4.45 -
YUV 93.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 250 24 45 0 0.90 0.82 0.02 354.42 0.96 0.54
Hex FA 18 2D 0 5A 52 2 162 60 36
Octal 372 30 55 0 132 122 2 542 140 66
Binary 11111010 11000 101101 0 1011010 1010010 10 101100010 1100000 110110

Color Harmonies of #FA182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA182D

Black with #FA182D

Text Example


Text Example

White with #FA182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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