Html Css Color HEX #DC5352 Valencia

📋 copy color: '#DC5352'

red 220 ◦ green 83 ◦ blue 82

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

Shades of Valencia #DC5352

Tints of Valencia #DC5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

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

R = 57.14%
G = 21.56%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC5352 (or 0xDC5352) is known color: Valencia. HEX triplet: DC, 53 and 52. RGB value is (220,83,82). Sum of RGB (Red+Green+Blue) = 220+83+82=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5352 is #23ACAD. Grayscale: #7B7B7B. Windows color (decimal): -2337966 or 5395420. OLE color: 5395420.

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

Color convert

RGB 220 83 82 -
CMYK 0 0.62 0.63 0.14
HSL 0.43º 0.66% 0.59% -
HSV(B) 0.43º 0.63% 0.86% -
XYZ 34.13 22.01 10.43 -
YUV 123.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 220 83 82 0 0.62 0.63 0.14 0.43 0.66 0.59
Hex DC 53 52 0 3E 3F E 0 42 3B
Octal 334 123 122 0 76 77 16 0 102 73
Binary 11011100 1010011 1010010 0 111110 111111 1110 0 1000010 111011

Color Harmonies of #DC5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5352

Black with #DC5352

Text Example


Text Example

White with #DC5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5352; }

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

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

background-color css

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

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

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

border-color css

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

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

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