Html Css Color HEX #FA1430 Torch Red

📋 copy color: '#FA1430'

red 250 ◦ green 20 ◦ blue 48

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

Shades of Torch Red #FA1430

Tints of Torch Red #FA1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 78.62%
G = 6.29%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA1430 (or 0xFA1430) is known color: Torch Red. HEX triplet: FA, 14 and 30. RGB value is (250,20,48). Sum of RGB (Red+Green+Blue) = 250+20+48=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1430 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1430 is #05EBCF. Grayscale: #5C5C5C. Windows color (decimal): -388048 or 3151098. OLE color: 3151098.

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

Color convert

RGB 250 20 48 -
CMYK 0 0.92 0.81 0.02
HSL 352.7º 0.96% 0.53% -
HSV(B) 352.7º 0.92% 0.98% -
XYZ 40.21 21.04 4.74 -
YUV 91.96 103.2 240.72 -
System Red Green Blue C M Y K H S L
Decimal 250 20 48 0 0.92 0.81 0.02 352.7 0.96 0.53
Hex FA 14 30 0 5C 51 2 161 60 35
Octal 372 24 60 0 134 121 2 541 140 65
Binary 11111010 10100 110000 0 1011100 1010001 10 101100001 1100000 110101

Color Harmonies of #FA1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1430

Black with #FA1430

Text Example


Text Example

White with #FA1430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1430; }

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

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

background-color css

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

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

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

border-color css

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

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

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