#FF002C

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

Shades of Torch Red #FF002C

Tints of Torch Red #FF002C

Color information

#FF002C (or 0xFF002C) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 2C. RGB value is (255,0,44). Sum of RGB (Red+Green+Blue) = 255+0+44=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF002C is #00FFD3. Grayscale: #515151. Windows color (decimal): -65492 or 2883839. OLE color: 2883839.

HSL color Cylindrical-coordinate representation of color #FF002C: hue angle of 349.65º 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 #FF002C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB255044-
CMYK010.830
HSL349.65º100%50%-
HSV(B)349.65º100%100%-
XYZ41.6921.444.32-
YUV81.26106.98251.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 85.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=85.28%
G=0%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255044010.830349.6510050
HexFF02C06453015e6432
Octal3770540144123053614462
Binary11111111010110001100100101001101010111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF002C; }

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

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

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

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

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

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

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

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