#D74946

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

Shades of Valencia #D74946

Tints of Valencia #D74946

Color information

#D74946 (or 0xD74946) is unknown color: approx Valencia. HEX triplet: D7, 49 and 46. RGB value is (215,73,70). Sum of RGB (Red+Green+Blue) = 215+73+70=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D74946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74946 is #28B6B9. Grayscale: #737373. Windows color (decimal): -2668218 or 4606423. OLE color: 4606423.

HSL color Cylindrical-coordinate representation of color #D74946: hue angle of 1.24º 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 #D74946 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2157370-
CMYK00.660.670.16
HSL1.24º64.44%55.88%-
HSV(B)1.24º67.44%84.31%-
XYZ31.5119.657.93-
YUV115.12102.54199.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.06%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=60.06%
G=20.39%
B=19.55%

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
Decimal215737000.660.670.161.2464.4455.88
HexD74946042431014038
Octal327111106010210320110070
Binary11010111100100110001100100001010000111000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74946; }

 p { color: rgb(215,73,70); }

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

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

 a { background-color: rgb(215,73,70); }

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

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

 span { border-color: rgb(215,73,70); }

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