#D94E4B

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

Shades of Valencia #D94E4B

Tints of Valencia #D94E4B

Color information

#D94E4B (or 0xD94E4B) is unknown color: approx Valencia. HEX triplet: D9, 4E and 4B. RGB value is (217,78,75). Sum of RGB (Red+Green+Blue) = 217+78+75=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E4B is #26B1B4. Grayscale: #777777. Windows color (decimal): -2535861 or 4935385. OLE color: 4935385.

HSL color Cylindrical-coordinate representation of color #D94E4B: hue angle of 1.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94E4B is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2177875-
CMYK00.640.650.15
HSL1.27º65.14%57.25%-
HSV(B)1.27º65.44%85.1%-
XYZ32.6120.718.94-
YUV119.22103.05197.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.65%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=58.65%
G=21.08%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217787500.640.650.151.2765.1457.25
HexD94E4B04041F14139
Octal331116113010010117110171
Binary1101100110011101001011010000001000001111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94E4B; }

 p { color: rgb(217,78,75); }

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

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

 a { background-color: rgb(217,78,75); }

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

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

 span { border-color: rgb(217,78,75); }

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