Html Css Color HEX #FA2224 Torch Red

📋 copy color: '#FA2224'

red 250 ◦ green 34 ◦ blue 36

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

Shades of Torch Red #FA2224

Tints of Torch Red #FA2224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 78.13%
G = 10.63%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2224 (or 0xFA2224) is known color: Torch Red. HEX triplet: FA, 22 and 24. RGB value is (250,34,36). Sum of RGB (Red+Green+Blue) = 250+34+36=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2224 is #05DDDB. Grayscale: #636363. Windows color (decimal): -384476 or 2368250. OLE color: 2368250.

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

Color convert

RGB 250 34 36 -
CMYK 0 0.86 0.86 0.02
HSL 359.44º 0.96% 0.56% -
HSV(B) 359.44º 0.86% 0.98% -
XYZ 40.31 21.6 3.71 -
YUV 98.81 92.56 235.84 -
System Red Green Blue C M Y K H S L
Decimal 250 34 36 0 0.86 0.86 0.02 359.44 0.96 0.56
Hex FA 22 24 0 56 56 2 167 60 38
Octal 372 42 44 0 126 126 2 547 140 70
Binary 11111010 100010 100100 0 1010110 1010110 10 101100111 1100000 111000

Color Harmonies of #FA2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2224

Black with #FA2224

Text Example


Text Example

White with #FA2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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