#ff2126

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

Shades of Torch Red #FF2126

Tints of Torch Red #FF2126

Color information

#FF2126 (or 0xFF2126) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 26. RGB value is (255,33,38). Sum of RGB (Red+Green+Blue) = 255+33+38=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2126 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2126 is #00DED9. Grayscale: #646464. Windows color (decimal): -57050 or 2499071. OLE color: 2499071.

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

Color convert

RGB2553338-
CMYK00.870.850
HSL358.65º100%56.47%-
HSV(B)358.65º87.06%100%-
XYZ42.1322.493.95-
YUV99.9593.05238.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 38 (15.23% from 255) = 11.66%
R=78.22%
G=10.12%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255333800.870.850358.6510056.47
HexFF21260575501676438
Octal37741460127125054714470
Binary1111111110000110011001010111101010101011001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2126; }

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

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

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

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

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

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

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

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