#D74846

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

Shades of Valencia #D74846

Tints of Valencia #D74846

Color information

#D74846 (or 0xD74846) is unknown color: approx Valencia. HEX triplet: D7, 48 and 46. RGB value is (215,72,70). Sum of RGB (Red+Green+Blue) = 215+72+70=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D74846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74846 is #28B7B9. Grayscale: #727272. Windows color (decimal): -2668474 or 4606167. OLE color: 4606167.

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

Color convert

RGB2157270-
CMYK00.670.670.16
HSL0.83º64.44%55.88%-
HSV(B)0.83º67.44%84.31%-
XYZ31.4519.527.91-
YUV114.53102.88199.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.22%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=60.22%
G=20.17%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215727000.670.670.160.8364.4455.88
HexD74846043431014038
Octal327110106010310320110070
Binary11010111100100010001100100001110000111000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74846; }

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

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

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

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

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

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

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

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