#FF4345

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

Shades of Radical Red #FF4345

Tints of Radical Red #FF4345

Color information

#FF4345 (or 0xFF4345) is unknown color: approx Radical Red. HEX triplet: FF, 43 and 45. RGB value is (255,67,69). Sum of RGB (Red+Green+Blue) = 255+67+69=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4345 is #00BCBA. Grayscale: #7B7B7B. Windows color (decimal): -48315 or 4539391. OLE color: 4539391.

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

Color convert

RGB2556769-
CMYK00.740.730
HSL359.36º100%63.14%-
HSV(B)359.36º73.73%100%-
XYZ44.3225.78.26-
YUV123.4497.28221.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 67 (26.56% from 255) = 17.14%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=65.22%
G=17.14%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255676900.740.730359.3610063.14
HexFF434504A490167643f
Octal3771031050112111054714477
Binary111111111000011100010101001010100100101011001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4345; }

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

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

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

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

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

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

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

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