#FF1C3E

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

Shades of Torch Red #FF1C3E

Tints of Torch Red #FF1C3E

Color information

#FF1C3E (or 0xFF1C3E) is unknown color: approx Torch Red. HEX triplet: FF, 1C and 3E. RGB value is (255,28,62). Sum of RGB (Red+Green+Blue) = 255+28+62=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C3E is #00E3C1. Grayscale: #636363. Windows color (decimal): -58306 or 4070655. OLE color: 4070655.

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

Color convert

RGB2552862-
CMYK00.890.760
HSL351.01º100%55.49%-
HSV(B)351.01º89.02%100%-
XYZ42.5222.446.65-
YUV99.75106.71238.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 28 (11.33% from 255) = 8.12%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=73.91%
G=8.12%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255286200.890.760351.0110055.49
HexFF1C3E0594C015f6437
Octal37734760131114053714467
Binary111111111110011111001011001100110001010111111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1C3E; }

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

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

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

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

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

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

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

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