#FD4143

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

Shades of Radical Red #FD4143

Tints of Radical Red #FD4143

Color information

#FD4143 (or 0xFD4143) is unknown color: approx Radical Red. HEX triplet: FD, 41 and 43. RGB value is (253,65,67). Sum of RGB (Red+Green+Blue) = 253+65+67=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4143 is #02BEBC. Grayscale: #797979. Windows color (decimal): -179901 or 4407805. OLE color: 4407805.

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

Color convert

RGB2536567-
CMYK00.740.740.01
HSL359.36º97.92%62.35%-
HSV(B)359.36º74.31%99.22%-
XYZ43.4125.077.86-
YUV121.4497.28221.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 65.71%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 67 (26.56% from 255) = 17.40%
R=65.71%
G=16.88%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253656700.740.740.01359.3697.9262.35
HexFD414304A4A1167623e
Octal3751011030112112154714276
Binary111111011000001100001101001010100101011011001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4143; }

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

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

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

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

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

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

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

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