Html Css Color HEX #FD2853 Radical Red

📋 copy color: '#FD2853'

red 253 ◦ green 40 ◦ blue 83

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

Shades of Radical Red #FD2853

Tints of Radical Red #FD2853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 67.29%
G = 10.64%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD2853 (or 0xFD2853) is known color: Radical Red. HEX triplet: FD, 28 and 53. RGB value is (253,40,83). Sum of RGB (Red+Green+Blue) = 253+40+83=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2853 is #02D7AC. Grayscale: #6C6C6C. Windows color (decimal): -186285 or 5449981. OLE color: 5449981.

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

Color convert

RGB 253 40 83 -
CMYK 0 0.84 0.67 0.01
HSL 347.89º 0.98% 0.57% -
HSV(B) 347.89º 0.84% 0.99% -
XYZ 42.83 23.02 10.37 -
YUV 108.59 113.57 231 -
System Red Green Blue C M Y K H S L
Decimal 253 40 83 0 0.84 0.67 0.01 347.89 0.98 0.57
Hex FD 28 53 0 54 43 1 15C 62 39
Octal 375 50 123 0 124 103 1 534 142 71
Binary 11111101 101000 1010011 0 1010100 1000011 1 101011100 1100010 111001

Color Harmonies of #FD2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2853

Black with #FD2853

Text Example


Text Example

White with #FD2853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2853; }

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

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

background-color css

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

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

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

border-color css

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

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

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