Html Css Color HEX #DC5453 Valencia

📋 copy color: '#DC5453'

red 220 ◦ green 84 ◦ blue 83

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

Shades of Valencia #DC5453

Tints of Valencia #DC5453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 56.85%
G = 21.71%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5453 (or 0xDC5453) is known color: Valencia. HEX triplet: DC, 54 and 53. RGB value is (220,84,83). Sum of RGB (Red+Green+Blue) = 220+84+83=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5453 is #23ABAC. Grayscale: #7C7C7C. Windows color (decimal): -2337709 or 5461212. OLE color: 5461212.

HSL color Cylindrical-coordinate representation of color #DC5453: hue angle of 0.44º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5453 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 84 83 -
CMYK 0 0.62 0.62 0.14
HSL 0.44º 0.66% 0.59% -
HSV(B) 0.44º 0.62% 0.86% -
XYZ 34.25 22.18 10.66 -
YUV 124.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 220 84 83 0 0.62 0.62 0.14 0.44 0.66 0.59
Hex DC 54 53 0 3E 3E E 0 42 3B
Octal 334 124 123 0 76 76 16 0 102 73
Binary 11011100 1010100 1010011 0 111110 111110 1110 0 1000010 111011

Color Harmonies of #DC5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5453

Black with #DC5453

Text Example


Text Example

White with #DC5453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5453; }

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

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

background-color css

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

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

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

border-color css

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

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

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