#D64B4A

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

Shades of Valencia #D64B4A

Tints of Valencia #D64B4A

Color information

#D64B4A (or 0xD64B4A) is unknown color: approx Valencia. HEX triplet: D6, 4B and 4A. RGB value is (214,75,74). Sum of RGB (Red+Green+Blue) = 214+75+74=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B4A is #29B4B5. Grayscale: #747474. Windows color (decimal): -2733238 or 4869078. OLE color: 4869078.

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

Color convert

RGB2147574-
CMYK00.650.650.16
HSL0.43º63.06%56.47%-
HSV(B)0.43º65.42%83.92%-
XYZ31.4819.828.65-
YUV116.45104.05197.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=58.95%
G=20.66%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214757400.650.650.160.4363.0656.47
HexD64B4A041411003f38
Octal32611311201011012007770
Binary1101011010010111001010010000011000001100000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64B4A; }

 p { color: rgb(214,75,74); }

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

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

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

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

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

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

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