#DA4C45

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

Shades of Valencia #DA4C45

Tints of Valencia #DA4C45

Color information

#DA4C45 (or 0xDA4C45) is unknown color: approx Valencia. HEX triplet: DA, 4C and 45. RGB value is (218,76,69). Sum of RGB (Red+Green+Blue) = 218+76+69=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4C45 is #25B3BA. Grayscale: #757575. Windows color (decimal): -2470843 or 4541658. OLE color: 4541658.

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

Color convert

RGB2187669-
CMYK00.650.680.15
HSL2.82º66.82%56.27%-
HSV(B)2.82º68.35%85.49%-
XYZ32.5720.57.87-
YUV117.66100.54199.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.06%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=60.06%
G=20.94%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218766900.650.680.152.8266.8256.27
HexDA4C4504144F34338
Octal332114105010110417310370
Binary11011010100110010001010100000110001001111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4C45; }

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

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

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

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

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

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

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

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