Html Css Color HEX #DD5943 Valencia

📋 copy color: '#DD5943'

red 221 ◦ green 89 ◦ blue 67

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

Shades of Valencia #DD5943

Tints of Valencia #DD5943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 67 (26.56% from 255) = 17.77%

R = 58.62%
G = 23.61%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5943 (or 0xDD5943) is known color: Valencia. HEX triplet: DD, 59 and 43. RGB value is (221,89,67). Sum of RGB (Red+Green+Blue) = 221+89+67=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5943 is #22A6BC. Grayscale: #7E7E7E. Windows color (decimal): -2270909 or 4413917. OLE color: 4413917.

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

Color convert

RGB 221 89 67 -
CMYK 0 0.60 0.70 0.13
HSL 8.57º 0.69% 0.56% -
HSV(B) 8.57º 0.7% 0.87% -
XYZ 34.4 22.92 7.92 -
YUV 125.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 221 89 67 0 0.60 0.70 0.13 8.57 0.69 0.56
Hex DD 59 43 0 3C 46 D 9 45 38
Octal 335 131 103 0 74 106 15 11 105 70
Binary 11011101 1011001 1000011 0 111100 1000110 1101 1001 1000101 111000

Color Harmonies of #DD5943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5943

Black with #DD5943

Text Example


Text Example

White with #DD5943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5943; }

 p { color: rgb(221,89,67); }

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

background-color css

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

 a { background-color: rgb(221,89,67); }

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

border-color css

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

 span { border-color: rgb(221,89,67); }

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