#D65251

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

Shades of Valencia #D65251

Tints of Valencia #D65251

Color information

#D65251 (or 0xD65251) is unknown color: approx Valencia. HEX triplet: D6, 52 and 51. RGB value is (214,82,81). Sum of RGB (Red+Green+Blue) = 214+82+81=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D65251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65251 is #29ADAE. Grayscale: #797979. Windows color (decimal): -2731439 or 5329622. OLE color: 5329622.

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

Color convert

RGB2148281-
CMYK00.620.620.16
HSL0.45º61.86%57.84%-
HSV(B)0.45º62.15%83.92%-
XYZ32.2320.9210.12-
YUV121.35105.23194.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=56.76%
G=21.75%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214828100.620.620.160.4561.8657.84
HexD6525103E3E1003e3a
Octal326122121076762007672
Binary11010110101001010100010111110111110100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65251; }

 p { color: rgb(214,82,81); }

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

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

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

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

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

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

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