Html Css Color HEX #FF2552 Radical Red

📋 copy color: '#FF2552'

red 255 ◦ green 37 ◦ blue 82

#FF2552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FF2552

Tints of Radical Red #FF2552

RGB

 RED value IS 255 (100% from 255) = 68.18%

 GREEN value IS 37 (14.84% from 255) = 9.89%

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 68.18%
G = 9.89%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF2552 (or 0xFF2552) is known color: Radical Red. HEX triplet: FF, 25 and 52. RGB value is (255,37,82). Sum of RGB (Red+Green+Blue) = 255+37+82=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2552 is #00DAAD. Grayscale: #6B6B6B. Windows color (decimal): -55982 or 5383679. OLE color: 5383679.

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

Color convert

RGB 255 37 82 -
CMYK 0 0.85 0.68 0
HSL 347.61º 1% 0.57% -
HSV(B) 347.61º 0.85% 1% -
XYZ 43.42 23.19 10.17 -
YUV 107.31 113.72 233.34 -
System Red Green Blue C M Y K H S L
Decimal 255 37 82 0 0.85 0.68 0 347.61 1 0.57
Hex FF 25 52 0 55 44 0 15C 64 39
Octal 377 45 122 0 125 104 0 534 144 71
Binary 11111111 100101 1010010 0 1010101 1000100 0 101011100 1100100 111001

Color Harmonies of #FF2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2552

Black with #FF2552

Text Example


Text Example

White with #FF2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2552; }

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

 H1.HeaderClassName
 {
   color: #FF2552;
 }
 .AnyTagClassName
 {
   color: #FF2552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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