#D54F4F

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

Shades of Valencia #D54F4F

Tints of Valencia #D54F4F

Color information

#D54F4F (or 0xD54F4F) is unknown color: approx Valencia. HEX triplet: D5, 4F and 4F. RGB value is (213,79,79). Sum of RGB (Red+Green+Blue) = 213+79+79=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F4F is #2AB0B0. Grayscale: #777777. Windows color (decimal): -2797745 or 5197781. OLE color: 5197781.

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

Color convert

RGB2137979-
CMYK00.630.630.16
HSL61.47%57.25%-
HSV(B)62.91%83.53%-
XYZ31.6520.39.65-
YUV119.07105.39195-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.41%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=57.41%
G=21.29%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213797900.630.630.16061.4757.25
HexD54F4F03F3F1003d39
Octal325117117077772007571
Binary11010101100111110011110111111111111100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54F4F; }

 p { color: rgb(213,79,79); }

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

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

 a { background-color: rgb(213,79,79); }

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

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

 span { border-color: rgb(213,79,79); }

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