Html Css Color HEX #DD514D Valencia

📋 copy color: '#DD514D'

red 221 ◦ green 81 ◦ blue 77

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

Shades of Valencia #DD514D

Tints of Valencia #DD514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 58.31%
G = 21.37%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD514D (or 0xDD514D) is known color: Valencia. HEX triplet: DD, 51 and 4D. RGB value is (221,81,77). Sum of RGB (Red+Green+Blue) = 221+81+77=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD514D is #22AEB2. Grayscale: #7A7A7A. Windows color (decimal): -2272947 or 5067229. OLE color: 5067229.

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

Color convert

RGB 221 81 77 -
CMYK 0 0.63 0.65 0.13
HSL 1.67º 0.68% 0.58% -
HSV(B) 1.67º 0.65% 0.87% -
XYZ 34.1 21.79 9.43 -
YUV 122.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 221 81 77 0 0.63 0.65 0.13 1.67 0.68 0.58
Hex DD 51 4D 0 3F 41 D 2 44 3A
Octal 335 121 115 0 77 101 15 2 104 72
Binary 11011101 1010001 1001101 0 111111 1000001 1101 10 1000100 111010

Color Harmonies of #DD514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD514D

Black with #DD514D

Text Example


Text Example

White with #DD514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD514D; }

 p { color: rgb(221,81,77); }

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

background-color css

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

 a { background-color: rgb(221,81,77); }

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

border-color css

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

 span { border-color: rgb(221,81,77); }

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