Html Css Color HEX #FD2952 Radical Red

📋 copy color: '#FD2952'

red 253 ◦ green 41 ◦ blue 82

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

Shades of Radical Red #FD2952

Tints of Radical Red #FD2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 67.29%
G = 10.9%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD2952 (or 0xFD2952) is known color: Radical Red. HEX triplet: FD, 29 and 52. RGB value is (253,41,82). Sum of RGB (Red+Green+Blue) = 253+41+82=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2952 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2952 is #02D6AD. Grayscale: #6D6D6D. Windows color (decimal): -186030 or 5384701. OLE color: 5384701.

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

Color convert

RGB 253 41 82 -
CMYK 0 0.84 0.68 0.01
HSL 348.4º 0.98% 0.58% -
HSV(B) 348.4º 0.84% 0.99% -
XYZ 42.82 23.08 10.18 -
YUV 109.06 112.74 230.67 -
System Red Green Blue C M Y K H S L
Decimal 253 41 82 0 0.84 0.68 0.01 348.4 0.98 0.58
Hex FD 29 52 0 54 44 1 15C 62 3A
Octal 375 51 122 0 124 104 1 534 142 72
Binary 11111101 101001 1010010 0 1010100 1000100 1 101011100 1100010 111010

Color Harmonies of #FD2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2952

Black with #FD2952

Text Example


Text Example

White with #FD2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2952; }

 p { color: rgb(253,41,82); }

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

background-color css

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

 a { background-color: rgb(253,41,82); }

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

border-color css

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

 span { border-color: rgb(253,41,82); }

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