Html Css Color HEX #FD2970 Radical Red

📋 copy color: '#FD2970'

red 253 ◦ green 41 ◦ blue 112

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

Shades of Radical Red #FD2970

Tints of Radical Red #FD2970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 62.32%
G = 10.1%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD2970 (or 0xFD2970) is known color: Radical Red. HEX triplet: FD, 29 and 70. RGB value is (253,41,112). Sum of RGB (Red+Green+Blue) = 253+41+112=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2970 is #02D68F. Grayscale: #707070. Windows color (decimal): -186000 or 7350781. OLE color: 7350781.

HSL color Cylindrical-coordinate representation of color #FD2970: hue angle of 339.91º 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 #FD2970 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 41 112 -
CMYK 0 0.84 0.56 0.01
HSL 339.91º 0.98% 0.58% -
HSV(B) 339.91º 0.84% 0.99% -
XYZ 44.23 23.64 17.56 -
YUV 112.48 127.74 228.23 -
System Red Green Blue C M Y K H S L
Decimal 253 41 112 0 0.84 0.56 0.01 339.91 0.98 0.58
Hex FD 29 70 0 54 38 1 154 62 3A
Octal 375 51 160 0 124 70 1 524 142 72
Binary 11111101 101001 1110000 0 1010100 111000 1 101010100 1100010 111010

Color Harmonies of #FD2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2970

Black with #FD2970

Text Example


Text Example

White with #FD2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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