#FF2B55

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

Shades of Radical Red #FF2B55

Tints of Radical Red #FF2B55

Color information

#FF2B55 (or 0xFF2B55) is unknown color: approx Radical Red. HEX triplet: FF, 2B and 55. RGB value is (255,43,85). Sum of RGB (Red+Green+Blue) = 255+43+85=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B55 is #00D4AA. Grayscale: #6F6F6F. Windows color (decimal): -54443 or 5581823. OLE color: 5581823.

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

Color convert

RGB2554385-
CMYK00.830.670
HSL348.11º100%58.43%-
HSV(B)348.11º83.14%100%-
XYZ43.7423.6410.85-
YUV111.18113.24230.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.58%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=66.58%
G=11.23%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255438500.830.670348.1110058.43
HexFF2B5505343015c643a
Octal377531250123103053414472
Binary11111111101011101010101010011100001101010111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2B55; }

 p { color: rgb(255,43,85); }

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

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

 a { background-color: rgb(255,43,85); }

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

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

 span { border-color: rgb(255,43,85); }

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