Html Css Color HEX #FA1830 Torch Red

📋 copy color: '#FA1830'

red 250 ◦ green 24 ◦ blue 48

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

Shades of Torch Red #FA1830

Tints of Torch Red #FA1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 77.64%
G = 7.45%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA1830 (or 0xFA1830) is known color: Torch Red. HEX triplet: FA, 18 and 30. RGB value is (250,24,48). Sum of RGB (Red+Green+Blue) = 250+24+48=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1830 is #05E7CF. Grayscale: #5E5E5E. Windows color (decimal): -387024 or 3152122. OLE color: 3152122.

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

Color convert

RGB 250 24 48 -
CMYK 0 0.90 0.81 0.02
HSL 353.63º 0.96% 0.54% -
HSV(B) 353.63º 0.9% 0.98% -
XYZ 40.28 21.19 4.76 -
YUV 94.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 250 24 48 0 0.90 0.81 0.02 353.63 0.96 0.54
Hex FA 18 30 0 5A 51 2 162 60 36
Octal 372 30 60 0 132 121 2 542 140 66
Binary 11111010 11000 110000 0 1011010 1010001 10 101100010 1100000 110110

Color Harmonies of #FA1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1830

Black with #FA1830

Text Example


Text Example

White with #FA1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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