Html Css Color HEX #DC5249 Valencia

📋 copy color: '#DC5249'

red 220 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DC5249

Tints of Valencia #DC5249

RGB

 RED value IS 220 (86.33% from 255) = 58.67%

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 58.67%
G = 21.87%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5249 (or 0xDC5249) is known color: Valencia. HEX triplet: DC, 52 and 49. RGB value is (220,82,73). Sum of RGB (Red+Green+Blue) = 220+82+73=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5249 is #23ADB6. Grayscale: #7A7A7A. Windows color (decimal): -2338231 or 4805340. OLE color: 4805340.

HSL color Cylindrical-coordinate representation of color #DC5249: hue angle of 3.67º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5249 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 73 -
CMYK 0 0.63 0.67 0.14
HSL 3.67º 0.68% 0.57% -
HSV(B) 3.67º 0.67% 0.86% -
XYZ 33.74 21.73 8.72 -
YUV 122.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 220 82 73 0 0.63 0.67 0.14 3.67 0.68 0.57
Hex DC 52 49 0 3F 43 E 4 44 39
Octal 334 122 111 0 77 103 16 4 104 71
Binary 11011100 1010010 1001001 0 111111 1000011 1110 100 1000100 111001

Color Harmonies of #DC5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5249

Black with #DC5249

Text Example


Text Example

White with #DC5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5249; }

 p { color: rgb(220,82,73); }

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

background-color css

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

 a { background-color: rgb(220,82,73); }

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

border-color css

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

 span { border-color: rgb(220,82,73); }

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