#D74A48

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

Shades of Valencia #D74A48

Tints of Valencia #D74A48

Color information

#D74A48 (or 0xD74A48) is unknown color: approx Valencia. HEX triplet: D7, 4A and 48. RGB value is (215,74,72). Sum of RGB (Red+Green+Blue) = 215+74+72=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A48 is #28B5B7. Grayscale: #747474. Windows color (decimal): -2667960 or 4737751. OLE color: 4737751.

HSL color Cylindrical-coordinate representation of color #D74A48: hue angle of 0.84º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74A48 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2157472-
CMYK00.660.670.16
HSL0.84º64.13%56.27%-
HSV(B)0.84º66.51%84.31%-
XYZ31.6419.818.29-
YUV115.93103.21198.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.56%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=59.56%
G=20.50%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215747200.660.670.160.8464.1356.27
HexD74A48042431014038
Octal327112110010210320110070
Binary11010111100101010010000100001010000111000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74A48; }

 p { color: rgb(215,74,72); }

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

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

 a { background-color: rgb(215,74,72); }

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

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

 span { border-color: rgb(215,74,72); }

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