#D54842

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

Shades of Valencia #D54842

Tints of Valencia #D54842

Color information

#D54842 (or 0xD54842) is unknown color: approx Valencia. HEX triplet: D5, 48 and 42. RGB value is (213,72,66). Sum of RGB (Red+Green+Blue) = 213+72+66=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54842 is #2AB7BD. Grayscale: #717171. Windows color (decimal): -2799550 or 4344021. OLE color: 4344021.

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

Color convert

RGB2137266-
CMYK00.660.690.16
HSL2.45º63.64%54.71%-
HSV(B)2.45º69.01%83.53%-
XYZ30.7419.177.24-
YUV113.48101.21198.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=60.68%
G=20.51%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213726600.660.690.162.4563.6454.71
HexD54842042451024037
Octal325110102010210520210067
Binary110101011001000100001001000010100010110000101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54842; }

 p { color: rgb(213,72,66); }

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

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

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

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

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

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

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