#D65F51

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

Shades of Valencia #D65F51

Tints of Valencia #D65F51

Color information

#D65F51 (or 0xD65F51) is unknown color: approx Valencia. HEX triplet: D6, 5F and 51. RGB value is (214,95,81). Sum of RGB (Red+Green+Blue) = 214+95+81=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F51 is #29A0AE. Grayscale: #818181. Windows color (decimal): -2728111 or 5332950. OLE color: 5332950.

HSL color Cylindrical-coordinate representation of color #D65F51: hue angle of 6.32º 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 #D65F51 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2149581-
CMYK00.560.620.16
HSL6.32º61.86%57.84%-
HSV(B)6.32º62.15%83.92%-
XYZ33.3123.0710.48-
YUV128.98100.92188.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=54.87%
G=24.36%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214958100.560.620.166.3261.8657.84
HexD65F510383E1063e3a
Octal326137121070762067672
Binary1101011010111111010001011100011111010000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65F51; }

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

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

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

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

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

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

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

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