Html Css Color HEX #DD5845 Valencia

📋 copy color: '#DD5845'

red 221 ◦ green 88 ◦ blue 69

#DD5845
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #DD5845

Tints of Valencia #DD5845

RGB

 RED value IS 221 (86.72% from 255) = 58.47%

 GREEN value IS 88 (34.77% from 255) = 23.28%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 58.47%
G = 23.28%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5845 (or 0xDD5845) is known color: Valencia. HEX triplet: DD, 58 and 45. RGB value is (221,88,69). Sum of RGB (Red+Green+Blue) = 221+88+69=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5845 is #22A7BA. Grayscale: #7D7D7D. Windows color (decimal): -2271163 or 4544733. OLE color: 4544733.

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

Color convert

RGB 221 88 69 -
CMYK 0 0.60 0.69 0.13
HSL 7.5º 0.69% 0.57% -
HSV(B) 7.5º 0.69% 0.87% -
XYZ 34.38 22.78 8.22 -
YUV 125.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 221 88 69 0 0.60 0.69 0.13 7.5 0.69 0.57
Hex DD 58 45 0 3C 45 D 8 45 39
Octal 335 130 105 0 74 105 15 10 105 71
Binary 11011101 1011000 1000101 0 111100 1000101 1101 1000 1000101 111001

Color Harmonies of #DD5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5845

Black with #DD5845

Text Example


Text Example

White with #DD5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5845; }

 p { color: rgb(221,88,69); }

 H1.HeaderClassName
 {
   color: #DD5845;
 }
 .AnyTagClassName
 {
   color: #DD5845;
 }
</style>

background-color css

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

 a { background-color: rgb(221,88,69); }

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

border-color css

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

 span { border-color: rgb(221,88,69); }

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