Html Css Color HEX #FD4155 Radical Red

📋 copy color: '#FD4155'

red 253 ◦ green 65 ◦ blue 85

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

Shades of Radical Red #FD4155

Tints of Radical Red #FD4155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 62.78%
G = 16.13%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD4155 (or 0xFD4155) is known color: Radical Red. HEX triplet: FD, 41 and 55. RGB value is (253,65,85). Sum of RGB (Red+Green+Blue) = 253+65+85=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4155 is #02BEAA. Grayscale: #7B7B7B. Windows color (decimal): -179883 or 5587453. OLE color: 5587453.

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

Color convert

RGB 253 65 85 -
CMYK 0 0.74 0.66 0.01
HSL 353.62º 0.98% 0.62% -
HSV(B) 353.62º 0.74% 0.99% -
XYZ 44.04 25.32 11.16 -
YUV 123.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 253 65 85 0 0.74 0.66 0.01 353.62 0.98 0.62
Hex FD 41 55 0 4A 42 1 162 62 3E
Octal 375 101 125 0 112 102 1 542 142 76
Binary 11111101 1000001 1010101 0 1001010 1000010 1 101100010 1100010 111110

Color Harmonies of #FD4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4155

Black with #FD4155

Text Example


Text Example

White with #FD4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4155; }

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

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

background-color css

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

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

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

border-color css

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

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

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