#D65454

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

Shades of Valencia #D65454

Tints of Valencia #D65454

Color information

#D65454 (or 0xD65454) is unknown color: approx Valencia. HEX triplet: D6, 54 and 54. RGB value is (214,84,84). Sum of RGB (Red+Green+Blue) = 214+84+84=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65454 is #29ABAB. Grayscale: #7A7A7A. Windows color (decimal): -2730924 or 5526742. OLE color: 5526742.

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

Color convert

RGB2148484-
CMYK00.610.610.16
HSL61.32%58.43%-
HSV(B)60.75%83.92%-
XYZ32.521.2810.78-
YUV122.87106.07193-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=56.02%
G=21.99%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214848400.610.610.16061.3258.43
HexD6545403D3D1003d3a
Octal326124124075752007572
Binary11010110101010010101000111101111101100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65454; }

 p { color: rgb(214,84,84); }

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

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

 a { background-color: rgb(214,84,84); }

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

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

 span { border-color: rgb(214,84,84); }

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