Html Css Color HEX #FD2370 Radical Red

📋 copy color: '#FD2370'

red 253 ◦ green 35 ◦ blue 112

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

Shades of Radical Red #FD2370

Tints of Radical Red #FD2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 63.25%
G = 8.75%
B = 28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD2370 (or 0xFD2370) is known color: Radical Red. HEX triplet: FD, 23 and 70. RGB value is (253,35,112). Sum of RGB (Red+Green+Blue) = 253+35+112=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2370 is #02DC8F. Grayscale: #6C6C6C. Windows color (decimal): -187536 or 7349245. OLE color: 7349245.

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

Color convert

RGB 253 35 112 -
CMYK 0 0.86 0.56 0.01
HSL 338.81º 0.98% 0.56% -
HSV(B) 338.81º 0.86% 0.99% -
XYZ 44.03 23.25 17.5 -
YUV 108.96 129.72 230.74 -
System Red Green Blue C M Y K H S L
Decimal 253 35 112 0 0.86 0.56 0.01 338.81 0.98 0.56
Hex FD 23 70 0 56 38 1 153 62 38
Octal 375 43 160 0 126 70 1 523 142 70
Binary 11111101 100011 1110000 0 1010110 111000 1 101010011 1100010 111000

Color Harmonies of #FD2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2370

Black with #FD2370

Text Example


Text Example

White with #FD2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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