#FF1953

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

Shades of Radical Red #FF1953

Tints of Radical Red #FF1953

Color information

#FF1953 (or 0xFF1953) is unknown color: approx Radical Red. HEX triplet: FF, 19 and 53. RGB value is (255,25,83). Sum of RGB (Red+Green+Blue) = 255+25+83=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1953 is #00E6AC. Grayscale: #646464. Windows color (decimal): -59053 or 5446143. OLE color: 5446143.

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

Color convert

RGB2552583-
CMYK00.900.670
HSL344.87º100%54.9%-
HSV(B)344.87º90.2%100%-
XYZ43.1522.5810.27-
YUV100.38118.2238.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.25%
GREEN value IS 25 (10.16% from 255) = 6.89%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=70.25%
G=6.89%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255258300.900.670344.8710054.9
HexFF195305A4301596437
Octal377311230132103053114467
Binary1111111111001101001101011010100001101010110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1953; }

 p { color: rgb(255,25,83); }

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

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

 a { background-color: rgb(255,25,83); }

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

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

 span { border-color: rgb(255,25,83); }

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