#FF2952

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

Shades of Radical Red #FF2952

Tints of Radical Red #FF2952

Color information

#FF2952 (or 0xFF2952) is unknown color: approx Radical Red. HEX triplet: FF, 29 and 52. RGB value is (255,41,82). Sum of RGB (Red+Green+Blue) = 255+41+82=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2952 is #00D6AD. Grayscale: #6D6D6D. Windows color (decimal): -54958 or 5384703. OLE color: 5384703.

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

Color convert

RGB2554182-
CMYK00.840.680
HSL348.5º100%58.04%-
HSV(B)348.5º83.92%100%-
XYZ43.5623.4610.21-
YUV109.66112.4231.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.46%
GREEN value IS 41 (16.41% from 255) = 10.85%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=67.46%
G=10.85%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255418200.840.680348.510058.04
HexFF295205444015d643a
Octal377511220124104053514472
Binary11111111101001101001001010100100010001010111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2952; }

 p { color: rgb(255,41,82); }

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

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

 a { background-color: rgb(255,41,82); }

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

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

 span { border-color: rgb(255,41,82); }

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