Html Css Color HEX #FA2235 Torch Red

📋 copy color: '#FA2235'

red 250 ◦ green 34 ◦ blue 53

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

Shades of Torch Red #FA2235

Tints of Torch Red #FA2235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 74.18%
G = 10.09%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA2235 (or 0xFA2235) is known color: Torch Red. HEX triplet: FA, 22 and 35. RGB value is (250,34,53). Sum of RGB (Red+Green+Blue) = 250+34+53=337 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.18% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2235 is #05DDCA. Grayscale: #646464. Windows color (decimal): -384459 or 3482362. OLE color: 3482362.

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

Color convert

RGB 250 34 53 -
CMYK 0 0.86 0.79 0.02
HSL 354.72º 0.96% 0.56% -
HSV(B) 354.72º 0.86% 0.98% -
XYZ 40.64 21.73 5.42 -
YUV 100.75 101.06 234.46 -
System Red Green Blue C M Y K H S L
Decimal 250 34 53 0 0.86 0.79 0.02 354.72 0.96 0.56
Hex FA 22 35 0 56 4F 2 163 60 38
Octal 372 42 65 0 126 117 2 543 140 70
Binary 11111010 100010 110101 0 1010110 1001111 10 101100011 1100000 111000

Color Harmonies of #FA2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2235

Black with #FA2235

Text Example


Text Example

White with #FA2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2235; }

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

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

background-color css

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

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

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

border-color css

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

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

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