Html Css Color HEX #FA2229 Torch Red

📋 copy color: '#FA2229'

red 250 ◦ green 34 ◦ blue 41

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

Shades of Torch Red #FA2229

Tints of Torch Red #FA2229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 76.92%
G = 10.46%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2229 (or 0xFA2229) is known color: Torch Red. HEX triplet: FA, 22 and 29. RGB value is (250,34,41). Sum of RGB (Red+Green+Blue) = 250+34+41=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2229 is #05DDD6. Grayscale: #636363. Windows color (decimal): -384471 or 2695930. OLE color: 2695930.

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

Color convert

RGB 250 34 41 -
CMYK 0 0.86 0.84 0.02
HSL 358.06º 0.96% 0.56% -
HSV(B) 358.06º 0.86% 0.98% -
XYZ 40.4 21.63 4.14 -
YUV 99.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 250 34 41 0 0.86 0.84 0.02 358.06 0.96 0.56
Hex FA 22 29 0 56 54 2 166 60 38
Octal 372 42 51 0 126 124 2 546 140 70
Binary 11111010 100010 101001 0 1010110 1010100 10 101100110 1100000 111000

Color Harmonies of #FA2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2229

Black with #FA2229

Text Example


Text Example

White with #FA2229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2229; }

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

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

background-color css

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

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

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

border-color css

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

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

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