Html Css Color HEX #FC1933 Torch Red

📋 copy color: '#FC1933'

red 252 ◦ green 25 ◦ blue 51

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

Shades of Torch Red #FC1933

Tints of Torch Red #FC1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 76.83%
G = 7.62%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC1933 (or 0xFC1933) is known color: Torch Red. HEX triplet: FC, 19 and 33. RGB value is (252,25,51). Sum of RGB (Red+Green+Blue) = 252+25+51=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1933 is #03E6CC. Grayscale: #5F5F5F. Windows color (decimal): -255693 or 3348988. OLE color: 3348988.

HSL color Cylindrical-coordinate representation of color #FC1933: hue angle of 353.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1933 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 51 -
CMYK 0 0.90 0.80 0.01
HSL 353.13º 0.97% 0.54% -
HSV(B) 353.13º 0.9% 0.99% -
XYZ 41.09 21.63 5.14 -
YUV 95.84 102.71 239.39 -
System Red Green Blue C M Y K H S L
Decimal 252 25 51 0 0.90 0.80 0.01 353.13 0.97 0.54
Hex FC 19 33 0 5A 50 1 161 61 36
Octal 374 31 63 0 132 120 1 541 141 66
Binary 11111100 11001 110011 0 1011010 1010000 1 101100001 1100001 110110

Color Harmonies of #FC1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1933

Black with #FC1933

Text Example


Text Example

White with #FC1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1933; }

 p { color: rgb(252,25,51); }

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

background-color css

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

 a { background-color: rgb(252,25,51); }

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

border-color css

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

 span { border-color: rgb(252,25,51); }

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