#FF004C

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

Shades of Torch Red #FF004C

Tints of Torch Red #FF004C

Color information

#FF004C (or 0xFF004C) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 4C. RGB value is (255,0,76). Sum of RGB (Red+Green+Blue) = 255+0+76=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF004C is #00FFB3. Grayscale: #545454. Windows color (decimal): -65460 or 4980991. OLE color: 4980991.

HSL color Cylindrical-coordinate representation of color #FF004C: hue angle of 342.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF004C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB255076-
CMYK010.700
HSL342.12º100%50%-
HSV(B)342.12º100%100%-
XYZ42.5421.788.8-
YUV84.91122.98249.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=77.04%
G=0%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255076010.700342.1210050
HexFF04C0644601566432
Octal37701140144106052614462
Binary111111110100110001100100100011001010101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF004C; }

 p { color: rgb(255,0,76); }

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

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

 a { background-color: rgb(255,0,76); }

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

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

 span { border-color: rgb(255,0,76); }

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