#FF0231

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

Shades of Torch Red #FF0231

Tints of Torch Red #FF0231

Color information

#FF0231 (or 0xFF0231) is unknown color: approx Torch Red. HEX triplet: FF, 02 and 31. RGB value is (255,2,49). Sum of RGB (Red+Green+Blue) = 255+2+49=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0231 is #00FDCE. Grayscale: #535353. Windows color (decimal): -64975 or 3212031. OLE color: 3212031.

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

Color convert

RGB255249-
CMYK00.990.810
HSL348.85º100%50.39%-
HSV(B)348.85º99.22%100%-
XYZ41.8221.534.86-
YUV83108.82250.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=83.33%
G=0.65%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524900.990.810348.8510050.39
HexFF23106351015d6432
Octal3772610143121053514462
Binary111111111011000101100011101000101010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0231; }

 p { color: rgb(255,2,49); }

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

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

 a { background-color: rgb(255,2,49); }

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

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

 span { border-color: rgb(255,2,49); }

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