#ff2123

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

Shades of Torch Red #FF2123

Tints of Torch Red #FF2123

Color information

#FF2123 (or 0xFF2123) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 23. RGB value is (255,33,35). Sum of RGB (Red+Green+Blue) = 255+33+35=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2123 is #00DEDC. Grayscale: #636363. Windows color (decimal): -57053 or 2302463. OLE color: 2302463.

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

Color convert

RGB2553335-
CMYK00.870.860
HSL359.46º100%56.47%-
HSV(B)359.46º87.06%100%-
XYZ42.0922.473.71-
YUV99.6191.55238.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 35 (14.06% from 255) = 10.84%
R=78.95%
G=10.22%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255333500.870.860359.4610056.47
HexFF21230575601676438
Octal37741430127126054714470
Binary1111111110000110001101010111101011001011001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2123; }

 p { color: rgb(255,33,35); }

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

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

 a { background-color: rgb(255,33,35); }

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

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

 span { border-color: rgb(255,33,35); }

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