#FF444A

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

Shades of Radical Red #FF444A

Tints of Radical Red #FF444A

Color information

#FF444A (or 0xFF444A) is unknown color: approx Radical Red. HEX triplet: FF, 44 and 4A. RGB value is (255,68,74). Sum of RGB (Red+Green+Blue) = 255+68+74=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF444A is #00BBB5. Grayscale: #7C7C7C. Windows color (decimal): -48054 or 4867327. OLE color: 4867327.

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

Color convert

RGB2556874-
CMYK00.730.710
HSL358.07º100%63.33%-
HSV(B)358.07º73.33%100%-
XYZ44.5425.899.13-
YUV124.699.45221.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 68 (26.95% from 255) = 17.13%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=64.23%
G=17.13%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255687400.730.710358.0710063.33
HexFF444A049470166643f
Octal3771041120111107054614477
Binary111111111000100100101001001001100011101011001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF444A; }

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

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

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

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

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

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

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

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