#D35248

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

Shades of Valencia #D35248

Tints of Valencia #D35248

Color information

#D35248 (or 0xD35248) is unknown color: approx Valencia. HEX triplet: D3, 52 and 48. RGB value is (211,82,72). Sum of RGB (Red+Green+Blue) = 211+82+72=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D35248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35248 is #2CADB7. Grayscale: #777777. Windows color (decimal): -2928056 or 4739795. OLE color: 4739795.

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

Color convert

RGB2118272-
CMYK00.610.660.17
HSL4.32º61.23%55.49%-
HSV(B)4.32º65.88%82.75%-
XYZ31.0520.358.42-
YUV119.43101.24193.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.81%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=57.81%
G=22.47%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211827200.610.660.174.3261.2355.49
HexD3524803D421143d37
Octal3231221100751022147567
Binary11010011101001010010000111101100001010001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35248; }

 p { color: rgb(211,82,72); }

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

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

 a { background-color: rgb(211,82,72); }

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

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

 span { border-color: rgb(211,82,72); }

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