#FF4542

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

Shades of Coral Red #FF4542

Tints of Coral Red #FF4542

Color information

#FF4542 (or 0xFF4542) is unknown color: approx Coral Red. HEX triplet: FF, 45 and 42. RGB value is (255,69,66). Sum of RGB (Red+Green+Blue) = 255+69+66=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4542 is #00BABD. Grayscale: #7C7C7C. Windows color (decimal): -47806 or 4343295. OLE color: 4343295.

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

Color convert

RGB2556966-
CMYK00.730.740
HSL0.95º100%62.94%-
HSV(B)0.95º74.12%100%-
XYZ44.3525.917.82-
YUV124.2795.12221.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=65.38%
G=17.69%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255696600.730.7400.9510062.94
HexFF45420494A01643f
Octal37710510201111120114477
Binary1111111110001011000010010010011001010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4542; }

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

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

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

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

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

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

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

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