Html Css Color HEX #DD5741 Valencia

📋 copy color: '#DD5741'

red 221 ◦ green 87 ◦ blue 65

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

Shades of Valencia #DD5741

Tints of Valencia #DD5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 59.25%
G = 23.32%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5741 (or 0xDD5741) is known color: Valencia. HEX triplet: DD, 57 and 41. RGB value is (221,87,65). Sum of RGB (Red+Green+Blue) = 221+87+65=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5741 is #22A8BE. Grayscale: #7C7C7C. Windows color (decimal): -2271423 or 4282333. OLE color: 4282333.

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

Color convert

RGB 221 87 65 -
CMYK 0 0.61 0.71 0.13
HSL 8.46º 0.7% 0.56% -
HSV(B) 8.46º 0.71% 0.87% -
XYZ 34.18 22.57 7.56 -
YUV 124.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 221 87 65 0 0.61 0.71 0.13 8.46 0.7 0.56
Hex DD 57 41 0 3D 47 D 8 46 38
Octal 335 127 101 0 75 107 15 10 106 70
Binary 11011101 1010111 1000001 0 111101 1000111 1101 1000 1000110 111000

Color Harmonies of #DD5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5741

Black with #DD5741

Text Example


Text Example

White with #DD5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5741; }

 p { color: rgb(221,87,65); }

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

background-color css

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

 a { background-color: rgb(221,87,65); }

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

border-color css

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

 span { border-color: rgb(221,87,65); }

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