Html Css Color HEX #FF525B Radical Red

📋 copy color: '#FF525B'

red 255 ◦ green 82 ◦ blue 91

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

Shades of Radical Red #FF525B

Tints of Radical Red #FF525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.16%

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 59.58%
G = 19.16%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF525B (or 0xFF525B) is known color: Radical Red. HEX triplet: FF, 52 and 5B. RGB value is (255,82,91). Sum of RGB (Red+Green+Blue) = 255+82+91=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF525B is #00ADA4. Grayscale: #868686. Windows color (decimal): -44453 or 5985023. OLE color: 5985023.

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

Color convert

RGB 255 82 91 -
CMYK 0 0.68 0.64 0
HSL 356.88º 1% 0.66% -
HSV(B) 356.88º 0.68% 1% -
XYZ 46.15 28.05 12.88 -
YUV 134.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 255 82 91 0 0.68 0.64 0 356.88 1 0.66
Hex FF 52 5B 0 44 40 0 165 64 42
Octal 377 122 133 0 104 100 0 545 144 102
Binary 11111111 1010010 1011011 0 1000100 1000000 0 101100101 1100100 1000010

Color Harmonies of #FF525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF525B

Black with #FF525B

Text Example


Text Example

White with #FF525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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