#D4574B

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

Shades of Valencia #D4574B

Tints of Valencia #D4574B

Color information

#D4574B (or 0xD4574B) is unknown color: approx Valencia. HEX triplet: D4, 57 and 4B. RGB value is (212,87,75). Sum of RGB (Red+Green+Blue) = 212+87+75=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4574B is #2BA8B4. Grayscale: #7B7B7B. Windows color (decimal): -2861237 or 4937684. OLE color: 4937684.

HSL color Cylindrical-coordinate representation of color #D4574B: hue angle of 5.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4574B is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB2128775-
CMYK00.590.650.17
HSL5.26º61.43%56.27%-
HSV(B)5.26º64.62%83.14%-
XYZ31.8321.329.09-
YUV123.01100.91191.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=56.68%
G=23.26%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212877500.590.650.175.2661.4356.27
HexD4574B03B411153d38
Octal3241271130731012157570
Binary11010100101011110010110111011100000110001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4574B; }

 p { color: rgb(212,87,75); }

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

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

 a { background-color: rgb(212,87,75); }

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

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

 span { border-color: rgb(212,87,75); }

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