Html Css Color HEX #FD2A53 Radical Red

📋 copy color: '#FD2A53'

red 253 ◦ green 42 ◦ blue 83

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

Shades of Radical Red #FD2A53

Tints of Radical Red #FD2A53

RGB

 RED value IS 253 (99.22% from 255) = 66.93%

 GREEN value IS 42 (16.8% from 255) = 11.11%

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

R = 66.93%
G = 11.11%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2A53 (or 0xFD2A53) is known color: Radical Red. HEX triplet: FD, 2A and 53. RGB value is (253,42,83). Sum of RGB (Red+Green+Blue) = 253+42+83=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2A53 is #02D5AC. Grayscale: #6D6D6D. Windows color (decimal): -185773 or 5450493. OLE color: 5450493.

HSL color Cylindrical-coordinate representation of color #FD2A53: hue angle of 348.34º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A53 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 42 83 -
CMYK 0 0.83 0.67 0.01
HSL 348.34º 0.98% 0.58% -
HSV(B) 348.34º 0.83% 0.99% -
XYZ 42.9 23.16 10.39 -
YUV 109.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 253 42 83 0 0.83 0.67 0.01 348.34 0.98 0.58
Hex FD 2A 53 0 53 43 1 15C 62 3A
Octal 375 52 123 0 123 103 1 534 142 72
Binary 11111101 101010 1010011 0 1010011 1000011 1 101011100 1100010 111010

Color Harmonies of #FD2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2A53

Black with #FD2A53

Text Example


Text Example

White with #FD2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2A53; }

 p { color: rgb(253,42,83); }

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

background-color css

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

 a { background-color: rgb(253,42,83); }

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

border-color css

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

 span { border-color: rgb(253,42,83); }

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