Html Css Color HEX #FF5253 Radical Red

📋 copy color: '#FF5253'

red 255 ◦ green 82 ◦ blue 83

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

Shades of Radical Red #FF5253

Tints of Radical Red #FF5253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 60.71%
G = 19.52%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF5253 (or 0xFF5253) is known color: Radical Red. HEX triplet: FF, 52 and 53. RGB value is (255,82,83). Sum of RGB (Red+Green+Blue) = 255+82+83=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5253 is #00ADAC. Grayscale: #868686. Windows color (decimal): -44461 or 5460735. OLE color: 5460735.

HSL color Cylindrical-coordinate representation of color #FF5253: hue angle of 359.65º 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 #FF5253 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 83 -
CMYK 0 0.68 0.67 0
HSL 359.65º 1% 0.66% -
HSV(B) 359.65º 0.68% 1% -
XYZ 45.82 27.92 11.16 -
YUV 133.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 255 82 83 0 0.68 0.67 0 359.65 1 0.66
Hex FF 52 53 0 44 43 0 168 64 42
Octal 377 122 123 0 104 103 0 550 144 102
Binary 11111111 1010010 1010011 0 1000100 1000011 0 101101000 1100100 1000010

Color Harmonies of #FF5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5253

Black with #FF5253

Text Example


Text Example

White with #FF5253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5253; }

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

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

background-color css

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

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

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

border-color css

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

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

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