Html Css Color HEX #FC223B Torch Red

📋 copy color: '#FC223B'

red 252 ◦ green 34 ◦ blue 59

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

Shades of Torch Red #FC223B

Tints of Torch Red #FC223B

RGB

 RED value IS 252 (98.83% from 255) = 73.04%

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 73.04%
G = 9.86%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC223B (or 0xFC223B) is known color: Torch Red. HEX triplet: FC, 22 and 3B. RGB value is (252,34,59). Sum of RGB (Red+Green+Blue) = 252+34+59=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC223B is #03DDC4. Grayscale: #666666. Windows color (decimal): -253381 or 3875580. OLE color: 3875580.

HSL color Cylindrical-coordinate representation of color #FC223B: hue angle of 353.12º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC223B is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 34 59 -
CMYK 0 0.87 0.77 0.01
HSL 353.12º 0.97% 0.56% -
HSV(B) 353.12º 0.87% 0.99% -
XYZ 41.51 22.16 6.23 -
YUV 102.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 252 34 59 0 0.87 0.77 0.01 353.12 0.97 0.56
Hex FC 22 3B 0 57 4D 1 161 61 38
Octal 374 42 73 0 127 115 1 541 141 70
Binary 11111100 100010 111011 0 1010111 1001101 1 101100001 1100001 111000

Color Harmonies of #FC223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC223B

Black with #FC223B

Text Example


Text Example

White with #FC223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC223B; }

 p { color: rgb(252,34,59); }

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

background-color css

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

 a { background-color: rgb(252,34,59); }

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

border-color css

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

 span { border-color: rgb(252,34,59); }

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