Html Css Color HEX #FA223C Torch Red

📋 copy color: '#FA223C'

red 250 ◦ green 34 ◦ blue 60

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

Shades of Torch Red #FA223C

Tints of Torch Red #FA223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 72.67%
G = 9.88%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA223C (or 0xFA223C) is known color: Torch Red. HEX triplet: FA, 22 and 3C. RGB value is (250,34,60). Sum of RGB (Red+Green+Blue) = 250+34+60=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA223C is #05DDC3. Grayscale: #656565. Windows color (decimal): -384452 or 3941114. OLE color: 3941114.

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

Color convert

RGB 250 34 60 -
CMYK 0 0.86 0.76 0.02
HSL 352.78º 0.96% 0.56% -
HSV(B) 352.78º 0.86% 0.98% -
XYZ 40.81 21.79 6.33 -
YUV 101.55 104.56 233.89 -
System Red Green Blue C M Y K H S L
Decimal 250 34 60 0 0.86 0.76 0.02 352.78 0.96 0.56
Hex FA 22 3C 0 56 4C 2 161 60 38
Octal 372 42 74 0 126 114 2 541 140 70
Binary 11111010 100010 111100 0 1010110 1001100 10 101100001 1100000 111000

Color Harmonies of #FA223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA223C

Black with #FA223C

Text Example


Text Example

White with #FA223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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