Html Css Color HEX #DC5245 Valencia

📋 copy color: '#DC5245'

red 220 ◦ green 82 ◦ blue 69

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

Shades of Valencia #DC5245

Tints of Valencia #DC5245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 59.3%
G = 22.1%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5245 (or 0xDC5245) is known color: Valencia. HEX triplet: DC, 52 and 45. RGB value is (220,82,69). Sum of RGB (Red+Green+Blue) = 220+82+69=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5245 is #23ADBA. Grayscale: #797979. Windows color (decimal): -2338235 or 4543196. OLE color: 4543196.

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

Color convert

RGB 220 82 69 -
CMYK 0 0.63 0.69 0.14
HSL 5.17º 0.68% 0.57% -
HSV(B) 5.17º 0.69% 0.86% -
XYZ 33.61 21.68 8.04 -
YUV 121.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 220 82 69 0 0.63 0.69 0.14 5.17 0.68 0.57
Hex DC 52 45 0 3F 45 E 5 44 39
Octal 334 122 105 0 77 105 16 5 104 71
Binary 11011100 1010010 1000101 0 111111 1000101 1110 101 1000100 111001

Color Harmonies of #DC5245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5245

Black with #DC5245

Text Example


Text Example

White with #DC5245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5245; }

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

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

background-color css

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

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

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

border-color css

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

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

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