#FD444A

Color #FD444A Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FD444A

Tints of Radical Red #FD444A

Color information

#FD444A (or 0xFD444A) is unknown color: approx Radical Red. HEX triplet: FD, 44 and 4A. RGB value is (253,68,74). Sum of RGB (Red+Green+Blue) = 253+68+74=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD444A is #02BBB5. Grayscale: #7C7C7C. Windows color (decimal): -179126 or 4867325. OLE color: 4867325.

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

Color convert

RGB2536874-
CMYK00.730.710.01
HSL358.05º97.88%62.94%-
HSV(B)358.05º73.12%99.22%-
XYZ43.8125.519.09-
YUV12499.79220.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 64.05%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=64.05%
G=17.22%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253687400.730.710.01358.0597.8862.94
HexFD444A049471166623f
Octal3751041120111107154614277
Binary111111011000100100101001001001100011111011001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD444A; }

 p { color: rgb(253,68,74); }

 H1.HeaderClassName
 {
   color: #FD444A;
 }
 .AnyTagClassName
 {
   color: #FD444A;
 }
</style>
background-color css

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

 a { background-color: rgb(253,68,74); }

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

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

 span { border-color: rgb(253,68,74); }

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