#FC1834

Color #FC1834 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC1834

Tints of Torch Red #FC1834

Color information

#FC1834 (or 0xFC1834) is unknown color: approx Torch Red. HEX triplet: FC, 18 and 34. RGB value is (252,24,52). Sum of RGB (Red+Green+Blue) = 252+24+52=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1834 is #03E7CB. Grayscale: #5F5F5F. Windows color (decimal): -255948 or 3414268. OLE color: 3414268.

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

Color convert

RGB2522452-
CMYK00.900.790.01
HSL352.63º97.44%54.12%-
HSV(B)352.63º90.48%98.82%-
XYZ41.0921.65.25-
YUV95.36103.54239.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 76.83%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=76.83%
G=7.32%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252245200.900.790.01352.6397.4454.12
HexFC183405A4F11616136
Octal37430640132117154114166
Binary111111001100011010001011010100111111011000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1834; }

 p { color: rgb(252,24,52); }

 H1.HeaderClassName
 {
   color: #FC1834;
 }
 .AnyTagClassName
 {
   color: #FC1834;
 }
</style>
background-color css

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

 a { background-color: rgb(252,24,52); }

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

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

 span { border-color: rgb(252,24,52); }

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