Html Css Color HEX #FC233F Torch Red

📋 copy color: '#FC233F'

red 252 ◦ green 35 ◦ blue 63

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

Shades of Torch Red #FC233F

Tints of Torch Red #FC233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 63 (25% from 255) = 18%

R = 72%
G = 10%
B = 18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC233F (or 0xFC233F) is known color: Torch Red. HEX triplet: FC, 23 and 3F. RGB value is (252,35,63). Sum of RGB (Red+Green+Blue) = 252+35+63=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC233F is #03DCC0. Grayscale: #676767. Windows color (decimal): -253121 or 4137980. OLE color: 4137980.

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

Color convert

RGB 252 35 63 -
CMYK 0 0.86 0.75 0.01
HSL 352.26º 0.97% 0.56% -
HSV(B) 352.26º 0.86% 0.99% -
XYZ 41.64 22.26 6.8 -
YUV 103.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 252 35 63 0 0.86 0.75 0.01 352.26 0.97 0.56
Hex FC 23 3F 0 56 4B 1 160 61 38
Octal 374 43 77 0 126 113 1 540 141 70
Binary 11111100 100011 111111 0 1010110 1001011 1 101100000 1100001 111000

Color Harmonies of #FC233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC233F

Black with #FC233F

Text Example


Text Example

White with #FC233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC233F; }

 p { color: rgb(252,35,63); }

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

background-color css

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

 a { background-color: rgb(252,35,63); }

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

border-color css

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

 span { border-color: rgb(252,35,63); }

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