Html Css Color HEX #FA1022 Torch Red

📋 copy color: '#FA1022'

red 250 ◦ green 16 ◦ blue 34

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

Shades of Torch Red #FA1022

Tints of Torch Red #FA1022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 83.33%
G = 5.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA1022 (or 0xFA1022) is known color: Torch Red. HEX triplet: FA, 10 and 22. RGB value is (250,16,34). Sum of RGB (Red+Green+Blue) = 250+16+34=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1022 is #05EFDD. Grayscale: #585858. Windows color (decimal): -389086 or 2232570. OLE color: 2232570.

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

Color convert

RGB 250 16 34 -
CMYK 0 0.94 0.86 0.02
HSL 355.38º 0.96% 0.52% -
HSV(B) 355.38º 0.94% 0.98% -
XYZ 39.9 20.81 3.43 -
YUV 88.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 250 16 34 0 0.94 0.86 0.02 355.38 0.96 0.52
Hex FA 10 22 0 5E 56 2 163 60 34
Octal 372 20 42 0 136 126 2 543 140 64
Binary 11111010 10000 100010 0 1011110 1010110 10 101100011 1100000 110100

Color Harmonies of #FA1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1022

Black with #FA1022

Text Example


Text Example

White with #FA1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1022; }

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

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

background-color css

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

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

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

border-color css

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

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

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