#ff2130

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

Shades of Torch Red #FF2130

Tints of Torch Red #FF2130

Color information

#FF2130 (or 0xFF2130) is unknown color: approx Torch Red. HEX triplet: FF, 21 and 30. RGB value is (255,33,48). Sum of RGB (Red+Green+Blue) = 255+33+48=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2130 is #00DECF. Grayscale: #656565. Windows color (decimal): -57040 or 3154431. OLE color: 3154431.

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

Color convert

RGB2553348-
CMYK00.870.810
HSL355.95º100%56.47%-
HSV(B)355.95º87.06%100%-
XYZ42.3222.564.92-
YUV101.0998.05237.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.89%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=75.89%
G=9.82%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255334800.870.810355.9510056.47
HexFF21300575101646438
Octal37741600127121054414470
Binary1111111110000111000001010111101000101011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2130; }

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

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

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

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

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

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

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

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