#DA4C48

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

Shades of Valencia #DA4C48

Tints of Valencia #DA4C48

Color information

#DA4C48 (or 0xDA4C48) is unknown color: approx Valencia. HEX triplet: DA, 4C and 48. RGB value is (218,76,72). Sum of RGB (Red+Green+Blue) = 218+76+72=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C48 is #25B3B7. Grayscale: #767676. Windows color (decimal): -2470840 or 4738266. OLE color: 4738266.

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

Color convert

RGB2187672-
CMYK00.650.670.15
HSL1.64º66.36%56.86%-
HSV(B)1.64º66.97%85.49%-
XYZ32.6720.548.37-
YUV118102.04199.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.56%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=59.56%
G=20.77%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218767200.650.670.151.6466.3656.86
HexDA4C4804143F24239
Octal332114110010110317210271
Binary11011010100110010010000100000110000111111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C48; }

 p { color: rgb(218,76,72); }

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

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

 a { background-color: rgb(218,76,72); }

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

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

 span { border-color: rgb(218,76,72); }

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