Html Css Color HEX #DC514D Valencia

📋 copy color: '#DC514D'

red 220 ◦ green 81 ◦ blue 77

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

Shades of Valencia #DC514D

Tints of Valencia #DC514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 58.2%
G = 21.43%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC514D (or 0xDC514D) is known color: Valencia. HEX triplet: DC, 51 and 4D. RGB value is (220,81,77). Sum of RGB (Red+Green+Blue) = 220+81+77=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC514D is #23AEB2. Grayscale: #7A7A7A. Windows color (decimal): -2338483 or 5067228. OLE color: 5067228.

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

Color convert

RGB 220 81 77 -
CMYK 0 0.63 0.65 0.14
HSL 1.68º 0.67% 0.58% -
HSV(B) 1.68º 0.65% 0.86% -
XYZ 33.8 21.64 9.42 -
YUV 122.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 220 81 77 0 0.63 0.65 0.14 1.68 0.67 0.58
Hex DC 51 4D 0 3F 41 E 2 43 3A
Octal 334 121 115 0 77 101 16 2 103 72
Binary 11011100 1010001 1001101 0 111111 1000001 1110 10 1000011 111010

Color Harmonies of #DC514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC514D

Black with #DC514D

Text Example


Text Example

White with #DC514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC514D; }

 p { color: rgb(220,81,77); }

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

background-color css

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

 a { background-color: rgb(220,81,77); }

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

border-color css

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

 span { border-color: rgb(220,81,77); }

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