Html Css Color HEX #DC5448 Valencia

📋 copy color: '#DC5448'

red 220 ◦ green 84 ◦ blue 72

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

Shades of Valencia #DC5448

Tints of Valencia #DC5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

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

R = 58.51%
G = 22.34%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5448 (or 0xDC5448) is known color: Valencia. HEX triplet: DC, 54 and 48. RGB value is (220,84,72). Sum of RGB (Red+Green+Blue) = 220+84+72=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5448 is #23ABB7. Grayscale: #7B7B7B. Windows color (decimal): -2337720 or 4740316. OLE color: 4740316.

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

Color convert

RGB 220 84 72 -
CMYK 0 0.62 0.67 0.14
HSL 4.86º 0.68% 0.57% -
HSV(B) 4.86º 0.67% 0.86% -
XYZ 33.86 22.02 8.6 -
YUV 123.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 220 84 72 0 0.62 0.67 0.14 4.86 0.68 0.57
Hex DC 54 48 0 3E 43 E 5 44 39
Octal 334 124 110 0 76 103 16 5 104 71
Binary 11011100 1010100 1001000 0 111110 1000011 1110 101 1000100 111001

Color Harmonies of #DC5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5448

Black with #DC5448

Text Example


Text Example

White with #DC5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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