Html Css Color HEX #FF2053 Radical Red

📋 copy color: '#FF2053'

red 255 ◦ green 32 ◦ blue 83

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

Shades of Radical Red #FF2053

Tints of Radical Red #FF2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.65%

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

R = 68.92%
G = 8.65%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF2053 (or 0xFF2053) is known color: Radical Red. HEX triplet: FF, 20 and 53. RGB value is (255,32,83). Sum of RGB (Red+Green+Blue) = 255+32+83=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2053 is #00DFAC. Grayscale: #686868. Windows color (decimal): -57261 or 5447935. OLE color: 5447935.

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

Color convert

RGB 255 32 83 -
CMYK 0 0.87 0.67 0
HSL 346.28º 1% 0.56% -
HSV(B) 346.28º 0.87% 1% -
XYZ 43.32 22.92 10.32 -
YUV 104.49 115.88 235.35 -
System Red Green Blue C M Y K H S L
Decimal 255 32 83 0 0.87 0.67 0 346.28 1 0.56
Hex FF 20 53 0 57 43 0 15A 64 38
Octal 377 40 123 0 127 103 0 532 144 70
Binary 11111111 100000 1010011 0 1010111 1000011 0 101011010 1100100 111000

Color Harmonies of #FF2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2053

Black with #FF2053

Text Example


Text Example

White with #FF2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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