Html Css Color HEX #DD5848 Valencia

📋 copy color: '#DD5848'

red 221 ◦ green 88 ◦ blue 72

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

Shades of Valencia #DD5848

Tints of Valencia #DD5848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 58.01%
G = 23.1%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD5848 (or 0xDD5848) is known color: Valencia. HEX triplet: DD, 58 and 48. RGB value is (221,88,72). Sum of RGB (Red+Green+Blue) = 221+88+72=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5848 is #22A7B7. Grayscale: #7E7E7E. Windows color (decimal): -2271160 or 4741341. OLE color: 4741341.

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

Color convert

RGB 221 88 72 -
CMYK 0 0.60 0.67 0.13
HSL 6.44º 0.69% 0.57% -
HSV(B) 6.44º 0.67% 0.87% -
XYZ 34.48 22.82 8.72 -
YUV 125.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 221 88 72 0 0.60 0.67 0.13 6.44 0.69 0.57
Hex DD 58 48 0 3C 43 D 6 45 39
Octal 335 130 110 0 74 103 15 6 105 71
Binary 11011101 1011000 1001000 0 111100 1000011 1101 110 1000101 111001

Color Harmonies of #DD5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5848

Black with #DD5848

Text Example


Text Example

White with #DD5848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5848; }

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

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

background-color css

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

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

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

border-color css

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

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

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