#FF0018

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

Shades of Torch Red #FF0018

Tints of Torch Red #FF0018

Color information

#FF0018 (or 0xFF0018) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 18. RGB value is (255,0,24). Sum of RGB (Red+Green+Blue) = 255+0+24=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0018 is #00FFE7. Grayscale: #4F4F4F. Windows color (decimal): -65512 or 1573119. OLE color: 1573119.

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

Color convert

RGB255024-
CMYK010.910
HSL354.35º100%50%-
HSV(B)354.35º100%100%-
XYZ41.421.332.8-
YUV78.9896.98253.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 91.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=91.40%
G=0%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255024010.910354.3510050
HexFF0180645B01626432
Octal3770300144133054214462
Binary1111111101100001100100101101101011000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0018; }

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

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

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

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

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

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

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

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