#D34542

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

Shades of Valencia #D34542

Tints of Valencia #D34542

Color information

#D34542 (or 0xD34542) is unknown color: approx Valencia. HEX triplet: D3, 45 and 42. RGB value is (211,69,66). Sum of RGB (Red+Green+Blue) = 211+69+66=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D34542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34542 is #2CBABD. Grayscale: #6F6F6F. Windows color (decimal): -2931390 or 4343251. OLE color: 4343251.

HSL color Cylindrical-coordinate representation of color #D34542: hue angle of 1.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34542 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2116966-
CMYK00.670.690.17
HSL1.24º62.23%54.31%-
HSV(B)1.24º68.72%82.75%-
XYZ29.9818.57.14-
YUV111.12102.54199.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.98%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=60.98%
G=19.94%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211696600.670.690.171.2462.2354.31
HexD34542043451113e36
Octal32310510201031052117666
Binary1101001110001011000010010000111000101100011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34542; }

 p { color: rgb(211,69,66); }

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

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

 a { background-color: rgb(211,69,66); }

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

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

 span { border-color: rgb(211,69,66); }

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