#FF1C3C

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

Shades of Torch Red #FF1C3C

Tints of Torch Red #FF1C3C

Color information

#FF1C3C (or 0xFF1C3C) is unknown color: approx Torch Red. HEX triplet: FF, 1C and 3C. RGB value is (255,28,60). Sum of RGB (Red+Green+Blue) = 255+28+60=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C3C is #00E3C3. Grayscale: #636363. Windows color (decimal): -58308 or 3939583. OLE color: 3939583.

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

Color convert

RGB2552860-
CMYK00.890.760
HSL351.54º100%55.49%-
HSV(B)351.54º89.02%100%-
XYZ42.4722.426.36-
YUV99.52105.71238.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.34%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=74.34%
G=8.16%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255286000.890.760351.5410055.49
HexFF1C3C0594C01606437
Octal37734740131114054014467
Binary111111111110011110001011001100110001011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1C3C; }

 p { color: rgb(255,28,60); }

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

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

 a { background-color: rgb(255,28,60); }

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

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

 span { border-color: rgb(255,28,60); }

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