#d65f4d

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

Shades of Valencia #D65F4D

Tints of Valencia #D65F4D

Color information

#D65F4D (or 0xD65F4D) is unknown color: approx Valencia. HEX triplet: D6, 5F and 4D. RGB value is (214,95,77). Sum of RGB (Red+Green+Blue) = 214+95+77=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F4D is #29A0B2. Grayscale: #808080. Windows color (decimal): -2728115 or 5070806. OLE color: 5070806.

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

Color convert

RGB2149577-
CMYK00.560.640.16
HSL7.88º62.56%57.06%-
HSV(B)7.88º64.02%83.92%-
XYZ33.1623.029.72-
YUV128.5398.92188.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=55.44%
G=24.61%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214957700.560.640.167.8862.5657.06
HexD65F4D038401083f39
Octal32613711507010020107771
Binary110101101011111100110101110001000000100001000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65f4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65f4d; }

 p { color: rgb(214,95,77); }

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

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

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

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

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

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

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