#D34444

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

Shades of Valencia #D34444

Tints of Valencia #D34444

Color information

#D34444 (or 0xD34444) is unknown color: approx Valencia. HEX triplet: D3, 44 and 44. RGB value is (211,68,68). Sum of RGB (Red+Green+Blue) = 211+68+68=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D34444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34444 is #2CBBBB. Grayscale: #6E6E6E. Windows color (decimal): -2931644 or 4474067. OLE color: 4474067.

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

Color convert

RGB2116868-
CMYK00.680.680.17
HSL61.9%54.71%-
HSV(B)67.77%82.75%-
XYZ29.9718.47.44-
YUV110.76103.88199.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.81%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=60.81%
G=19.60%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211686800.680.680.17061.954.71
HexD34444044441103e37
Octal32310410401041042107667
Binary1101001110001001000100010001001000100100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34444; }

 p { color: rgb(211,68,68); }

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

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

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

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

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

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

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