#D65353

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

Shades of Valencia #D65353

Tints of Valencia #D65353

Color information

#D65353 (or 0xD65353) is unknown color: approx Valencia. HEX triplet: D6, 53 and 53. RGB value is (214,83,83). Sum of RGB (Red+Green+Blue) = 214+83+83=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65353 is #29ACAC. Grayscale: #7A7A7A. Windows color (decimal): -2731181 or 5460950. OLE color: 5460950.

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

Color convert

RGB2148383-
CMYK00.610.610.16
HSL61.5%58.24%-
HSV(B)61.21%83.92%-
XYZ32.3921.1110.55-
YUV122.17105.9193.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.32%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=56.32%
G=21.84%
B=21.84%

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
Decimal214838300.610.610.16061.558.24
HexD6535303D3D1003e3a
Octal326123123075752007672
Binary11010110101001110100110111101111101100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65353; }

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

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

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

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

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

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

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

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