#FF0B1A

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

Shades of Torch Red #FF0B1A

Tints of Torch Red #FF0B1A

Color information

#FF0B1A (or 0xFF0B1A) is unknown color: approx Torch Red. HEX triplet: FF, 0B and 1A. RGB value is (255,11,26). Sum of RGB (Red+Green+Blue) = 255+11+26=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B1A is #00F4E5. Grayscale: #555555. Windows color (decimal): -62694 or 1707007. OLE color: 1707007.

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

Color convert

RGB2551126-
CMYK00.960.900
HSL356.31º100%52.16%-
HSV(B)356.31º95.69%100%-
XYZ41.5521.572.95-
YUV85.6794.34248.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 87.33%
GREEN value IS 11 (4.69% from 255) = 3.77%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=87.33%
G=3.77%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255112600.960.900356.3110052.16
HexFFB1A0605A01646434
Octal37713320140132054414464
Binary1111111110111101001100000101101001011001001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0B1A; }

 p { color: rgb(255,11,26); }

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

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

 a { background-color: rgb(255,11,26); }

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

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

 span { border-color: rgb(255,11,26); }

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