#D04C4B

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

Shades of Valencia #D04C4B

Tints of Valencia #D04C4B

Color information

#D04C4B (or 0xD04C4B) is unknown color: approx Valencia. HEX triplet: D0, 4C and 4B. RGB value is (208,76,75). Sum of RGB (Red+Green+Blue) = 208+76+75=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C4B is #2FB3B4. Grayscale: #737373. Windows color (decimal): -3126197 or 4934864. OLE color: 4934864.

HSL color Cylindrical-coordinate representation of color #D04C4B: hue angle of 0.45º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04C4B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2087675-
CMYK00.630.640.18
HSL0.45º58.59%55.49%-
HSV(B)0.45º63.94%81.57%-
XYZ29.8719.098.77-
YUV115.35105.23194.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=57.94%
G=21.17%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208767500.630.640.180.4558.5955.49
HexD04C4B03F401203b37
Octal3201141130771002207367
Binary110100001001100100101101111111000000100100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C4B; }

 p { color: rgb(208,76,75); }

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

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

 a { background-color: rgb(208,76,75); }

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

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

 span { border-color: rgb(208,76,75); }

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