Html Css Color HEX #DC5248 Valencia

📋 copy color: '#DC5248'

red 220 ◦ green 82 ◦ blue 72

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

Shades of Valencia #DC5248

Tints of Valencia #DC5248

RGB

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

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

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

R = 58.82%
G = 21.93%
B = 19.25%

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

#DC5248 (or 0xDC5248) is known color: Valencia. HEX triplet: DC, 52 and 48. RGB value is (220,82,72). Sum of RGB (Red+Green+Blue) = 220+82+72=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5248 is #23ADB7. Grayscale: #7A7A7A. Windows color (decimal): -2338232 or 4739804. OLE color: 4739804.

HSL color Cylindrical-coordinate representation of color #DC5248: hue angle of 4.05º 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 #DC5248 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 72 -
CMYK 0 0.63 0.67 0.14
HSL 4.05º 0.68% 0.57% -
HSV(B) 4.05º 0.67% 0.86% -
XYZ 33.7 21.72 8.55 -
YUV 122.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 220 82 72 0 0.63 0.67 0.14 4.05 0.68 0.57
Hex DC 52 48 0 3F 43 E 4 44 39
Octal 334 122 110 0 77 103 16 4 104 71
Binary 11011100 1010010 1001000 0 111111 1000011 1110 100 1000100 111001

Color Harmonies of #DC5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5248

Black with #DC5248

Text Example


Text Example

White with #DC5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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