Html Css Color HEX #FA2021 Torch Red

📋 copy color: '#FA2021'

red 250 ◦ green 32 ◦ blue 33

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

Shades of Torch Red #FA2021

Tints of Torch Red #FA2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 79.37%
G = 10.16%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA2021 (or 0xFA2021) is known color: Torch Red. HEX triplet: FA, 20 and 21. RGB value is (250,32,33). Sum of RGB (Red+Green+Blue) = 250+32+33=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2021 is #05DFDE. Grayscale: #616161. Windows color (decimal): -384991 or 2171130. OLE color: 2171130.

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

Color convert

RGB 250 32 33 -
CMYK 0 0.87 0.87 0.02
HSL 359.72º 0.96% 0.55% -
HSV(B) 359.72º 0.87% 0.98% -
XYZ 40.22 21.47 3.46 -
YUV 97.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 250 32 33 0 0.87 0.87 0.02 359.72 0.96 0.55
Hex FA 20 21 0 57 57 2 168 60 37
Octal 372 40 41 0 127 127 2 550 140 67
Binary 11111010 100000 100001 0 1010111 1010111 10 101101000 1100000 110111

Color Harmonies of #FA2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2021

Black with #FA2021

Text Example


Text Example

White with #FA2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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