Html Css Color HEX #FA2233 Torch Red

📋 copy color: '#FA2233'

red 250 ◦ green 34 ◦ blue 51

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

Shades of Torch Red #FA2233

Tints of Torch Red #FA2233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 74.63%
G = 10.15%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA2233 (or 0xFA2233) is known color: Torch Red. HEX triplet: FA, 22 and 33. RGB value is (250,34,51). Sum of RGB (Red+Green+Blue) = 250+34+51=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2233 is #05DDCC. Grayscale: #646464. Windows color (decimal): -384461 or 3351290. OLE color: 3351290.

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

Color convert

RGB 250 34 51 -
CMYK 0 0.86 0.80 0.02
HSL 355.28º 0.96% 0.56% -
HSV(B) 355.28º 0.86% 0.98% -
XYZ 40.59 21.71 5.18 -
YUV 100.52 100.06 234.62 -
System Red Green Blue C M Y K H S L
Decimal 250 34 51 0 0.86 0.80 0.02 355.28 0.96 0.56
Hex FA 22 33 0 56 50 2 163 60 38
Octal 372 42 63 0 126 120 2 543 140 70
Binary 11111010 100010 110011 0 1010110 1010000 10 101100011 1100000 111000

Color Harmonies of #FA2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2233

Black with #FA2233

Text Example


Text Example

White with #FA2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2233; }

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

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

background-color css

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

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

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

border-color css

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

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

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