Html Css Color HEX #FC232E Torch Red

📋 copy color: '#FC232E'

red 252 ◦ green 35 ◦ blue 46

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

Shades of Torch Red #FC232E

Tints of Torch Red #FC232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 75.68%
G = 10.51%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC232E (or 0xFC232E) is known color: Torch Red. HEX triplet: FC, 23 and 2E. RGB value is (252,35,46). Sum of RGB (Red+Green+Blue) = 252+35+46=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC232E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC232E is #03DCD1. Grayscale: #656565. Windows color (decimal): -253138 or 3023868. OLE color: 3023868.

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

Color convert

RGB 252 35 46 -
CMYK 0 0.86 0.82 0.01
HSL 356.96º 0.97% 0.56% -
HSV(B) 356.96º 0.86% 0.99% -
XYZ 41.24 22.09 4.68 -
YUV 101.14 96.89 235.61 -
System Red Green Blue C M Y K H S L
Decimal 252 35 46 0 0.86 0.82 0.01 356.96 0.97 0.56
Hex FC 23 2E 0 56 52 1 165 61 38
Octal 374 43 56 0 126 122 1 545 141 70
Binary 11111100 100011 101110 0 1010110 1010010 1 101100101 1100001 111000

Color Harmonies of #FC232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC232E

Black with #FC232E

Text Example


Text Example

White with #FC232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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