#FF4145

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

Shades of Radical Red #FF4145

Tints of Radical Red #FF4145

Color information

#FF4145 (or 0xFF4145) is unknown color: approx Radical Red. HEX triplet: FF, 41 and 45. RGB value is (255,65,69). Sum of RGB (Red+Green+Blue) = 255+65+69=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4145 is #00BEBA. Grayscale: #7A7A7A. Windows color (decimal): -48827 or 4538879. OLE color: 4538879.

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

Color convert

RGB2556569-
CMYK00.750.730
HSL358.74º100%62.75%-
HSV(B)358.74º74.51%100%-
XYZ44.225.478.22-
YUV122.2797.95222.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=65.55%
G=16.71%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255656900.750.730358.7410062.75
HexFF414504B490167643f
Octal3771011050113111054714477
Binary111111111000001100010101001011100100101011001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4145; }

 p { color: rgb(255,65,69); }

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

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

 a { background-color: rgb(255,65,69); }

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

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

 span { border-color: rgb(255,65,69); }

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