#DD4B46

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

Shades of Valencia #DD4B46

Tints of Valencia #DD4B46

Color information

#DD4B46 (or 0xDD4B46) is unknown color: approx Valencia. HEX triplet: DD, 4B and 46. RGB value is (221,75,70). Sum of RGB (Red+Green+Blue) = 221+75+70=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B46 is #22B4B9. Grayscale: #767676. Windows color (decimal): -2274490 or 4606941. OLE color: 4606941.

HSL color Cylindrical-coordinate representation of color #DD4B46: hue angle of 1.99º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4B46 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2217570-
CMYK00.660.680.13
HSL1.99º68.95%57.06%-
HSV(B)1.99º68.33%86.67%-
XYZ33.4420.858.06-
YUV118.08100.87201.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 70 (27.73% from 255) = 19.13%
R=60.38%
G=20.49%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221757000.660.680.131.9968.9557.06
HexDD4B4604244D24539
Octal335113106010210415210571
Binary11011101100101110001100100001010001001101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4B46; }

 p { color: rgb(221,75,70); }

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

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

 a { background-color: rgb(221,75,70); }

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

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

 span { border-color: rgb(221,75,70); }

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