Html Css Color HEX #FD4151 Radical Red

📋 copy color: '#FD4151'

red 253 ◦ green 65 ◦ blue 81

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

Shades of Radical Red #FD4151

Tints of Radical Red #FD4151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 63.41%
G = 16.29%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD4151 (or 0xFD4151) is known color: Radical Red. HEX triplet: FD, 41 and 51. RGB value is (253,65,81). Sum of RGB (Red+Green+Blue) = 253+65+81=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4151 is #02BEAE. Grayscale: #7B7B7B. Windows color (decimal): -179887 or 5325309. OLE color: 5325309.

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

Color convert

RGB 253 65 81 -
CMYK 0 0.74 0.68 0.01
HSL 354.89º 0.98% 0.62% -
HSV(B) 354.89º 0.74% 0.99% -
XYZ 43.88 25.26 10.35 -
YUV 123.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 253 65 81 0 0.74 0.68 0.01 354.89 0.98 0.62
Hex FD 41 51 0 4A 44 1 163 62 3E
Octal 375 101 121 0 112 104 1 543 142 76
Binary 11111101 1000001 1010001 0 1001010 1000100 1 101100011 1100010 111110

Color Harmonies of #FD4151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4151

Black with #FD4151

Text Example


Text Example

White with #FD4151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4151; }

 p { color: rgb(253,65,81); }

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

background-color css

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

 a { background-color: rgb(253,65,81); }

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

border-color css

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

 span { border-color: rgb(253,65,81); }

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