Html Css Color HEX #FA1921 Torch Red

📋 copy color: '#FA1921'

red 250 ◦ green 25 ◦ blue 33

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

Shades of Torch Red #FA1921

Tints of Torch Red #FA1921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 81.17%
G = 8.12%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA1921 (or 0xFA1921) is known color: Torch Red. HEX triplet: FA, 19 and 21. RGB value is (250,25,33). Sum of RGB (Red+Green+Blue) = 250+25+33=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1921 is #05E6DE. Grayscale: #5D5D5D. Windows color (decimal): -386783 or 2169338. OLE color: 2169338.

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

Color convert

RGB 250 25 33 -
CMYK 0 0.9 0.87 0.02
HSL 357.87º 0.96% 0.54% -
HSV(B) 357.87º 0.9% 0.98% -
XYZ 40.05 21.13 3.41 -
YUV 93.19 94.04 239.85 -
System Red Green Blue C M Y K H S L
Decimal 250 25 33 0 0.9 0.87 0.02 357.87 0.96 0.54
Hex FA 19 21 0 5A 57 2 166 60 36
Octal 372 31 41 0 132 127 2 546 140 66
Binary 11111010 11001 100001 0 1011010 1010111 10 101100110 1100000 110110

Color Harmonies of #FA1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1921

Black with #FA1921

Text Example


Text Example

White with #FA1921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1921; }

 p { color: rgb(250,25,33); }

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

background-color css

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

 a { background-color: rgb(250,25,33); }

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

border-color css

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

 span { border-color: rgb(250,25,33); }

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