Html Css Color HEX #DC5C52 Valencia

📋 copy color: '#DC5C52'

red 220 ◦ green 92 ◦ blue 82

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

Shades of Valencia #DC5C52

Tints of Valencia #DC5C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.35%

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 55.84%
G = 23.35%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5C52 (or 0xDC5C52) is known color: Valencia. HEX triplet: DC, 5C and 52. RGB value is (220,92,82). Sum of RGB (Red+Green+Blue) = 220+92+82=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C52 is #23A3AD. Grayscale: #818181. Windows color (decimal): -2335662 or 5397724. OLE color: 5397724.

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

Color convert

RGB 220 92 82 -
CMYK 0 0.58 0.63 0.14
HSL 4.35º 0.66% 0.59% -
HSV(B) 4.35º 0.63% 0.86% -
XYZ 34.87 23.48 10.68 -
YUV 129.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 220 92 82 0 0.58 0.63 0.14 4.35 0.66 0.59
Hex DC 5C 52 0 3A 3F E 4 42 3B
Octal 334 134 122 0 72 77 16 4 102 73
Binary 11011100 1011100 1010010 0 111010 111111 1110 100 1000010 111011

Color Harmonies of #DC5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C52

Black with #DC5C52

Text Example


Text Example

White with #DC5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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