Html Css Color HEX #FA1020 Torch Red

📋 copy color: '#FA1020'

red 250 ◦ green 16 ◦ blue 32

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

Shades of Torch Red #FA1020

Tints of Torch Red #FA1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 83.89%
G = 5.37%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA1020 (or 0xFA1020) is known color: Torch Red. HEX triplet: FA, 10 and 20. RGB value is (250,16,32). Sum of RGB (Red+Green+Blue) = 250+16+32=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1020 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1020 is #05EFDF. Grayscale: #575757. Windows color (decimal): -389088 or 2101498. OLE color: 2101498.

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

Color convert

RGB 250 16 32 -
CMYK 0 0.94 0.87 0.02
HSL 355.9º 0.96% 0.52% -
HSV(B) 355.9º 0.94% 0.98% -
XYZ 39.87 20.8 3.28 -
YUV 87.79 96.52 243.7 -
System Red Green Blue C M Y K H S L
Decimal 250 16 32 0 0.94 0.87 0.02 355.9 0.96 0.52
Hex FA 10 20 0 5E 57 2 164 60 34
Octal 372 20 40 0 136 127 2 544 140 64
Binary 11111010 10000 100000 0 1011110 1010111 10 101100100 1100000 110100

Color Harmonies of #FA1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1020

Black with #FA1020

Text Example


Text Example

White with #FA1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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